HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Tiêm chủng TCMR cho trẻ em

Bản thô ttl | Tải xuống


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Immunization/ExampleImmunizationTCMR> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleImmunizationTCMR"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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\"/><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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type" ] ;
     fhir:Extension.valueCode [ fhir:value "tcmr" ]
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
       fhir:Coding.code [ fhir:value "dpt" ] ;
       fhir:Coding.display [ fhir:value "Bạch hầu-Ho gà-Uốn ván" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Vaccine phối hợp DPT-VGB-Hib mũi 1" ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientChildDependent> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientChildDependent" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Minh Khôi" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2026-08-15T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
  fhir:Immunization.lotNumber [ fhir:value "TCMR-DPTVGBHIB-2026-001"] ;
  fhir:Immunization.performer [
     fhir:index -1 ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> ;
       fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTramYTe" ] ;
       fhir:Reference.display [ fhir:value "Trạm Y tế phường Bến Thành" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerMinimal> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerMinimal" ] ;
       fhir:Reference.display [ fhir:value "Trần Văn Minh" ]
     ]
  ] ;
  fhir:Immunization.fundingSource [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs" ] ;
       fhir:Coding.code [ fhir:value "ngan-sach" ] ;
       fhir:Coding.display [ fhir:value "Ngân sách nhà nước" ]
     ]
  ] ;
  fhir:Immunization.protocolApplied [
     fhir:index -1 ;
     fhir:Immunization.protocolApplied.series [ fhir:value "DPT-VGB-Hib 3-dose primary series" ] ;
     fhir:Immunization.protocolApplied.targetDisease [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
         fhir:Coding.code [ fhir:value "diphtheria" ] ;
         fhir:Coding.display [ fhir:value "Bạch hầu" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
         fhir:Coding.code [ fhir:value "pertussis" ] ;
         fhir:Coding.display [ fhir:value "Ho gà" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
         fhir:Coding.code [ fhir:value "tetanus" ] ;
         fhir:Coding.display [ fhir:value "Uốn ván" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
         fhir:Coding.code [ fhir:value "hep-b" ] ;
         fhir:Coding.display [ fhir:value "Viêm gan B" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
         fhir:Coding.code [ fhir:value "hib" ] ;
         fhir:Coding.display [ fhir:value "Bệnh do Hib" ]
       ]
     ] ;
     fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientChildDependent> a fhir:Patient .

<http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> a fhir:Organization .

<http://hl7.org/fhir/Practitioner/ExamplePractitionerMinimal> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Immunization/ExampleImmunizationTCMR.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Immunization/ExampleImmunizationTCMR.ttl> .