@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/FamilyMemberHistory/ExampleFamilyMemberHistoryHypertension> a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleFamilyMemberHistoryHypertension"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-family-member-history"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-family-member-history>
     ] )
  ] ; # 
  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: FamilyMemberHistory ExampleFamilyMemberHistoryHypertension</b></p><a name=\"ExampleFamilyMemberHistoryHypertension\"> </a><a name=\"hcExampleFamilyMemberHistoryHypertension\"> </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-family-member-history.html\">Tiền sử gia đình VN Core — VN Core FamilyMemberHistory Profile</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Bố ruột</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I10}\">Tăng huyết áp nguyên phát</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E11}\">Đái tháo đường type 2</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:patient [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:relationship [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:code [ fhir:v "FTH" ] ;
       fhir:display [ fhir:v "father" ]
     ] ) ;
     fhir:text [ fhir:v "Bố ruột" ]
  ] ; # 
  fhir:sex [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/administrative-gender>
       ] ;
       fhir:code [ fhir:v "male" ] ;
       fhir:display [ fhir:v "Male" ]
     ] )
  ] ; # 
  fhir:condition ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/sid/icd-10>
         ] ;
         fhir:code [ fhir:v "I10" ] ;
         fhir:display [ fhir:v "Essential (primary) hypertension" ]
       ] ) ;
       fhir:text [ fhir:v "Tăng huyết áp nguyên phát" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/sid/icd-10>
         ] ;
         fhir:code [ fhir:v "E11" ] ;
         fhir:display [ fhir:v "Type 2 diabetes mellitus" ]
       ] ) ;
       fhir:text [ fhir:v "Đái tháo đường type 2" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

