@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/Practitioner/ExamplePractitionerYHCT> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePractitionerYHCT"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner>
     ] )
  ] ; # 
  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: Practitioner ExamplePractitionerYHCT</b></p><a name=\"ExamplePractitionerYHCT\"> </a><a name=\"hcExamplePractitionerYHCT\"> </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-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/048075034567, Giấy phép hành nghề/79/GPHN-SYT-005678, Chứng chỉ hành nghề/HCM-005678/BYT-CCHN</p><p><b>name</b>: Lê Văn Minh</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-05-15</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs BS-CKI}\">Bác sĩ chuyên khoa I — Y học cổ truyền</span></td><td>Bộ Y tế</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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 "048075034567" ]
  ] [
     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 "GPHN" ] ;
         fhir:display [ fhir:v "Giấy phép hành nghề" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/gphn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/gphn>
     ] ;
     fhir:value [ fhir:v "79/GPHN-SYT-005678" ]
  ] [
     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 "CCHN" ] ;
         fhir:display [ fhir:v "Chứng chỉ hành nghề" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/cchn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/cchn>
     ] ;
     fhir:value [ fhir:v "HCM-005678/BYT-CCHN" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Lê Văn Minh" ] ;
     fhir:family [ fhir:v "Lê" ] ;
     fhir:given ( [ fhir:v "Văn" ] [ fhir:v "Minh" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1970-05-15"^^xsd:date] ; # 
  fhir:qualification ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs>
         ] ;
         fhir:code [ fhir:v "BS-CKI" ] ;
         fhir:display [ fhir:v "Bác sĩ chuyên khoa I" ]
       ] ) ;
       fhir:text [ fhir:v "Bác sĩ chuyên khoa I — Y học cổ truyền" ]
     ] ;
     fhir:issuer [
       fhir:display [ fhir:v "Bộ Y tế" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

