@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Immunization/ExampleImmunizationTCMR> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleImmunizationTCMR"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleImmunizationTCMR</b></p><a name=\"ExampleImmunizationTCMR\"> </a><a name=\"hcExampleImmunizationTCMR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: vi</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-immunization.html\">Tiêm chủng — VN Core Immunization</a></p></div><p><b>Loại chương trình tiêm chủng — Vietnam Immunization Program Type Extension</b>: tcmr</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs dpt}\">Vaccine phối hợp DPT-VGB-Hib mũi 1</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi</a></p><p><b>occurrence</b>: 2026-08-15 09:00:00+0700</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: TCMR-DPTVGBHIB-2026-001</p><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Bến Thành</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Practitioner-ExamplePractitionerMinimal.html\">Trần Văn Minh</a></p></blockquote><p><b>fundingSource</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs ngan-sach}\">Ngân sách nhà nước</span></p><blockquote><p><b>protocolApplied</b></p><p><b>series</b>: DPT-VGB-Hib 3-dose primary series</p><p><b>targetDisease</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs diphtheria}\">Bạch hầu</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs pertussis}\">Ho gà</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs tetanus}\">Uốn ván</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs hep-b}\">Viêm gan B</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs hib}\">Bệnh do Hib</span></p><p><b>doseNumber</b>: 1</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "tcmr"
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs>
       ] ;
       fhir:code [ fhir:v "dpt" ] ;
       fhir:display [ fhir:v "Bạch hầu-Ho gà-Uốn ván" ]
     ] ) ;
     fhir:text [ fhir:v "Vaccine phối hợp DPT-VGB-Hib mũi 1" ]
  ] ; # 
  fhir:patient [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientChildDependent> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientChildDependent" ] ;
     fhir:display [ fhir:v "Nguyễn Minh Khôi" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2026-08-15T09:00:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:primarySource [ fhir:v true] ; # 
  fhir:lotNumber [ fhir:v "TCMR-DPTVGBHIB-2026-001"] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationTramYTe> ;
       fhir:reference [ fhir:v "Organization/ExampleOrganizationTramYTe" ] ;
       fhir:display [ fhir:v "Trạm Y tế phường Bến Thành" ]
     ]
  ] [
     fhir:actor [
       fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerMinimal> ;
       fhir:reference [ fhir:v "Practitioner/ExamplePractitionerMinimal" ] ;
       fhir:display [ fhir:v "Trần Văn Minh" ]
     ]
  ] ) ; # 
  fhir:fundingSource [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs>
       ] ;
       fhir:code [ fhir:v "ngan-sach" ] ;
       fhir:display [ fhir:v "Ngân sách nhà nước" ]
     ] )
  ] ; # 
  fhir:protocolApplied ( [
     fhir:series [ fhir:v "DPT-VGB-Hib 3-dose primary series" ] ;
     fhir:targetDisease ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs>
         ] ;
         fhir:code [ fhir:v "diphtheria" ] ;
         fhir:display [ fhir:v "Bạch hầu" ]
       ] )
     ] [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs>
         ] ;
         fhir:code [ fhir:v "pertussis" ] ;
         fhir:display [ fhir:v "Ho gà" ]
       ] )
     ] [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs>
         ] ;
         fhir:code [ fhir:v "tetanus" ] ;
         fhir:display [ fhir:v "Uốn ván" ]
       ] )
     ] [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs>
         ] ;
         fhir:code [ fhir:v "hep-b" ] ;
         fhir:display [ fhir:v "Viêm gan B" ]
       ] )
     ] [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs>
         ] ;
         fhir:code [ fhir:v "hib" ] ;
         fhir:display [ fhir:v "Bệnh do Hib" ]
       ] )
     ] ) ;
     fhir:doseNumber [
       a fhir:PositiveInt ;
       fhir:v "1"^^xsd:positiveInteger
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

