HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Tiền sử dùng thuốc — Amlodipine

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


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleMedicationStatementAmlodipine"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement>     ] [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips>     ] )
  ] ; # 
  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: MedicationStatement ExampleMedicationStatementAmlodipine</b></p><a name=\"ExampleMedicationStatementAmlodipine\"> </a><a name=\"hcExampleMedicationStatementAmlodipine\"> </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\">Profiles: <a href=\"StructureDefinition-vn-core-medication-statement.html\">Tiền sử dùng thuốc VN Core — VN Core MedicationStatement Profile</a>, <a href=\"http://hl7.org/fhir/uv/ips/STU2/StructureDefinition-MedicationStatement-uv-ips.html\">MedicationStatement (IPS)</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc C08CA01}\">Amlodipine 5mg viên nén</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>context</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>effective</b>: 2026-01-15 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2026-03-19</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Uống 1 viên 5mg, 1 lần/ngày, buổi sáng</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Uống</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [
fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
fhir:l <http://www.whocc.no/atc>       ] ;
fhir:code [ fhir:v "C08CA01" ] ;
fhir:display [ fhir:v "Amlodipine" ]     ] ) ;
fhir:text [ fhir:v "Amlodipine 5mg viên nén" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/ExamplePatientNguyenVanAn ;
fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:context [
fhir:l fhir:Encounter/ExampleEncounterOutpatient ;
fhir:reference [ fhir:v "Encounter/ExampleEncounterOutpatient" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2026-01-15"^^xsd:date ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2026-03-19"^^xsd:date] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "Uống 1 viên 5mg, 1 lần/ngày, buổi sáng" ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ]       ] ) ;
fhir:text [ fhir:v "Uống" ]     ]
  ] ) . #