Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review
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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/ExampleMedicationStatementAmlodipine> a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleMedicationStatementAmlodipine"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement>
], [
fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips>
]
] ;
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: 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=\"file:///web/publishing/work/task-89/draft/output/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 (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --> 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-01-15 --> (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>"
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "C08CA01" ] ;
fhir:Coding.display [ fhir:value "Amlodipine" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Amlodipine 5mg viên nén" ]
] ;
fhir:MedicationStatement.subject [
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:MedicationStatement.context [
fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ;
fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ]
] ;
fhir:MedicationStatement.effectivePeriod [
fhir:Period.start [ fhir:value "2026-01-15"^^xsd:date ]
] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2026-03-19"^^xsd:date] ;
fhir:MedicationStatement.dosage [
fhir:index -1 ;
fhir:Dosage.text [ fhir:value "Uống 1 viên 5mg, 1 lần/ngày, buổi sáng" ] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:26643006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "26643006" ] ;
fhir:Coding.display [ fhir:value "Oral route" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Uống" ]
]
] .
<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .
<http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/ExampleMedicationStatementAmlodipine.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationStatement/ExampleMedicationStatementAmlodipine.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.8.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-17
Liên kết: Mục lục |
Guide Map |
Báo cáo QA