HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Đợt quản lý bệnh mạn tính — Tăng huyết áp

Bản thô ttl | Tải xuống


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/EpisodeOfCare/ExampleEpisodeOfCareChronicHypertension> a fhir:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleEpisodeOfCareChronicHypertension"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-episode-of-care" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-episode-of-care>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:EpisodeOfCare.status [ fhir:value "active"] ;
  fhir:EpisodeOfCare.type [
     fhir:index -1 ;
     fhir:CodeableConcept.text [ fhir:value "Quản lý bệnh mạn tính — Tăng huyết áp (bệnh không lây nhiễm)" ]
  ] ;
  fhir:EpisodeOfCare.diagnosis [
     fhir:index -1 ;
     fhir:EpisodeOfCare.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/ExampleConditionProblemHypertension> ;
       fhir:Reference.reference [ fhir:value "Condition/ExampleConditionProblemHypertension" ] ;
       fhir:Reference.display [ fhir:value "Tăng huyết áp vô căn (I10)" ]
     ]
  ] ;
  fhir:EpisodeOfCare.patient [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:EpisodeOfCare.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ;
     fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ]
  ] ;
  fhir:EpisodeOfCare.period [
     fhir:Period.start [ fhir:value "2026-01-15"^^xsd:date ]
  ] .

<http://hl7.org/fhir/Condition/ExampleConditionProblemHypertension> a fhir:Condition .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

<http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/EpisodeOfCare/ExampleEpisodeOfCareChronicHypertension.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/EpisodeOfCare/ExampleEpisodeOfCareChronicHypertension.ttl> .