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/Medication/ExampleMedicationInsulin> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleMedicationInsulin"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication>
]
] ;
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: Medication ExampleMedicationInsulin</b></p><a name=\"ExampleMedicationInsulin\"> </a><a name=\"hcExampleMedicationInsulin\"> </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-medication.html\">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 67866001}, {http://www.whocc.no/atc A10AB01}\">Insulin Mixtard 30 (70/30) bút tiêm 3mL — 100 IU/mL</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385219001}\">Dung dịch tiêm (bút tiêm prefilled)</span></p><p><b>amount</b>: 300 IU<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[iU] = '[iU]')</span>/3 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Insulin người tái tổ hợp (human insulin rDNA)</span></td><td>true</td><td>100 IU<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[iU] = '[iU]')</span>/1 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>INS-2026-0415</td><td>2027-06-30</td></tr></table></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:67866001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "67866001" ] ;
fhir:Coding.display [ fhir:value "Insulin" ]
], [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "A10AB01" ] ;
fhir:Coding.display [ fhir:value "Insulin (human)" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Insulin Mixtard 30 (70/30) bút tiêm 3mL — 100 IU/mL" ]
] ;
fhir:Medication.status [ fhir:value "active"] ;
fhir:Medication.form [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:385219001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "385219001" ] ;
fhir:Coding.display [ fhir:value "Solution for injection" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Dung dịch tiêm (bút tiêm prefilled)" ]
] ;
fhir:Medication.amount [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "300"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "IU" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "[iU]" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
]
] ;
fhir:Medication.ingredient [
fhir:index -1 ;
fhir:Medication.ingredient.itemCodeableConcept [
fhir:CodeableConcept.text [ fhir:value "Insulin người tái tổ hợp (human insulin rDNA)" ]
] ;
fhir:Medication.ingredient.isActive [ fhir:value "true"^^xsd:boolean ] ;
fhir:Medication.ingredient.strength [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "IU" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "[iU]" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
]
]
] ;
fhir:Medication.batch [
fhir:Medication.batch.lotNumber [ fhir:value "INS-2026-0415" ] ;
fhir:Medication.batch.expirationDate [ fhir:value "2027-06-30"^^xsd:date ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/ExampleMedicationInsulin.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/ExampleMedicationInsulin.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