@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/EpisodeOfCare/ExampleEpisodeOfCareChronicHypertension> a fhir:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleEpisodeOfCareChronicHypertension"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-episode-of-care"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-episode-of-care>
     ] )
  ] ; # 
  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: EpisodeOfCare ExampleEpisodeOfCareChronicHypertension</b></p><a name=\"ExampleEpisodeOfCareChronicHypertension\"> </a><a name=\"hcExampleEpisodeOfCareChronicHypertension\"> </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-episode-of-care.html\">Đợt chăm sóc VN Core — VN Core EpisodeOfCare Profile</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Quản lý bệnh mạn tính — Tăng huyết áp (bệnh không lây nhiễm)</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ExampleConditionProblemHypertension.html\">Tăng huyết áp vô căn (I10)</a></td></tr></table><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>period</b>: 2026-01-15 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
     fhir:text [ fhir:v "Quản lý bệnh mạn tính — Tăng huyết áp (bệnh không lây nhiễm)" ]
  ] ) ; # 
  fhir:diagnosis ( [
     fhir:condition [
       fhir:l <http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension> ;
       fhir:reference [ fhir:v "Condition/ExampleConditionProblemHypertension" ] ;
       fhir:display [ fhir:v "Tăng huyết áp vô căn (I10)" ]
     ]
  ] ) ; # 
  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:managingOrganization [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
     fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-01-15"^^xsd:date ]
  ] . # 

# -------------------------------------------------------------------------------------

