@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/CarePlan/ExampleCarePlanHypertension> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleCarePlanHypertension"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-care-plan"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-care-plan>
     ] )
  ] ; # 
  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: CarePlan ExampleCarePlanHypertension</b></p><a name=\"ExampleCarePlanHypertension\"> </a><a name=\"hcExampleCarePlanHypertension\"> </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-care-plan.html\">Kế hoạch chăm sóc VN Core — VN Core CarePlan Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:\">Quản lý tăng huyết áp</span></p><p><b>description</b>: Duy trì Amlodipine 5mg/ngày; theo dõi huyết áp 2 lần/ngày; tái khám sau 4 tuần; tư vấn chế độ ăn giảm muối, tập thể dục đều.</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-19-NGT-0207; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>period</b>: 2026-03-19 --&gt; (ongoing)</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>careTeam</b>: <a href=\"CareTeam-ExampleCareTeamHypertension.html\">Đội quản lý tăng huyết áp ngoại trú</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
     fhir:text [ fhir:v "Quản lý tăng huyết áp" ]
  ] ) ; # 
  fhir:description [ fhir:v "Duy trì Amlodipine 5mg/ngày; theo dõi huyết áp 2 lần/ngày; tái khám sau 4 tuần; tư vấn chế độ ăn giảm muối, tập thể dục đều."] ; # 
  fhir:subject [
     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:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterOutpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterOutpatient" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-03-19"^^xsd:date ]
  ] ; # 
  fhir:author [
     fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ]
  ] ; # 
  fhir:careTeam ( [
     fhir:l <http://fhir.hl7.org.vn/core/CareTeam/ExampleCareTeamHypertension> ;
     fhir:reference [ fhir:v "CareTeam/ExampleCareTeamHypertension" ] ;
     fhir:display [ fhir:v "Đội quản lý tăng huyết áp ngoại trú" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

