@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/Patient/ExamplePatientChildDependent> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePatientChildDependent"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientChildDependent</b></p><a name=\"ExamplePatientChildDependent\"> </a><a name=\"hcExamplePatientChildDependent\"> </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-patient.html\">Bệnh nhân VN Core — VN Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Nguyễn Minh Khôi Male, DoB: 2023-06-15 ( Căn cước công dân: VNCCCD#079223000123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Thẻ bảo hiểm y tế/0794120056</li><li>Giấy khai sinh/79/2023/GKS-000123</li><li>Mã bệnh nhân nội bộ/NHI-CHILD-2026-0001</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Phường Bến Thành, Thành phố Hồ Chí Minh</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Trần Thị Mai</li><li>Phường Bến Thành, Thành phố Hồ Chí Minh</li><li>ph: 0912345678(Mobile)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận dân tộc của bệnh nhân theo danh mục 54 dân tộc Việt Nam#xA;(Tổng cục Thống kê). FHIR base chỉ có US Race/Ethnicity — không phù hợp cho Việt Nam.#xA;Căn cứ: Hiến pháp 2013 Điều 5, Luật Căn cước 2023.\"><a href=\"StructureDefinition-vn-ext-ethnicity.html\">Dân tộc — Vietnam Ethnicity Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs 01}\">Kinh</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 VN}\">Viet Nam</span></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs>
         ] ;
         fhir:code [ fhir:v "01" ] ;
         fhir:display [ fhir:v "Kinh" ]
       ] )
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "code"^^xsd:anyURI ;
         fhir:l fhir:code
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
             fhir:l <urn:iso:std:iso:3166>
           ] ;
           fhir:code [ fhir:v "VN" ] ;
           fhir:display [ fhir:v "Viet Nam" ]
         ] )
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/patient-citizenship>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CCCD" ] ;
         fhir:display [ fhir:v "Căn cước công dân" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>
     ] ;
     fhir:value [ fhir:v "079223000123" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "BHYT" ] ;
         fhir:display [ fhir:v "Thẻ bảo hiểm y tế" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/bhyt"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/bhyt>
     ] ;
     fhir:value [ fhir:v "0794120056" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "GKS" ] ;
         fhir:display [ fhir:v "Giấy khai sinh" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/gks"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/gks>
     ] ;
     fhir:value [ fhir:v "79/2023/GKS-000123" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "MRN" ] ;
         fhir:display [ fhir:v "Mã bệnh nhân nội bộ" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/mrn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/mrn>
     ] ;
     fhir:value [ fhir:v "NHI-CHILD-2026-0001" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Nguyễn Minh Khôi" ] ;
     fhir:family [ fhir:v "Nguyễn" ] ;
     fhir:given ( [ fhir:v "Minh" ] [ fhir:v "Khôi" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2023-06-15"^^xsd:date] ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>
         ] ;
         fhir:code [ fhir:v "79" ] ;
         fhir:display [ fhir:v "Thành phố Hồ Chí Minh" ]
       ]
     ] [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs>
         ] ;
         fhir:code [ fhir:v "26743" ] ;
         fhir:display [ fhir:v "Phường Bến Thành" ]
       ]
     ] ) ;
     fhir:text [ fhir:v "Phường Bến Thành, Thành phố Hồ Chí Minh" ] ;
     fhir:state [ fhir:v "Thành phố Hồ Chí Minh" ] ;
     fhir:country [ fhir:v "VN" ]
  ] ) ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:text [ fhir:v "Mẹ" ]
     ] ) ;
     fhir:name [
       fhir:text [ fhir:v "Trần Thị Mai" ]
     ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "0912345678" ] ;
       fhir:use [ fhir:v "mobile" ]
     ] ) ;
     fhir:address [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>
         ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>
           ] ;
           fhir:code [ fhir:v "79" ] ;
           fhir:display [ fhir:v "Thành phố Hồ Chí Minh" ]
         ]
       ] [
         fhir:url [
           fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward>
         ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs>
           ] ;
           fhir:code [ fhir:v "26743" ] ;
           fhir:display [ fhir:v "Phường Bến Thành" ]
         ]
       ] ) ;
       fhir:text [ fhir:v "Phường Bến Thành, Thành phố Hồ Chí Minh" ] ;
       fhir:state [ fhir:v "Thành phố Hồ Chí Minh" ] ;
       fhir:country [ fhir:v "VN" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

