HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Insulin Mixtard 30 bút tiêm 3mL (dây chuyền lạnh)

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:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleMedicationInsulin"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><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\">Language: vi</p><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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:67866001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "67866001" ] ;
fhir:display [ fhir:v "Insulin" ]     ] [
fhir:system [
fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
fhir:l <http://www.whocc.no/atc>       ] ;
fhir:code [ fhir:v "A10AB01" ] ;
fhir:display [ fhir:v "Insulin (human)" ]     ] ) ;
fhir:text [ fhir:v "Insulin Mixtard 30 (70/30) bút tiêm 3mL — 100 IU/mL" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:form [
    ( fhir:coding [
a sct:385219001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "385219001" ] ;
fhir:display [ fhir:v "Solution for injection" ]     ] ) ;
fhir:text [ fhir:v "Dung dịch tiêm (bút tiêm prefilled)" ]
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "300"^^xsd:decimal ] ;
fhir:unit [ fhir:v "IU" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "[iU]" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "mL" ]     ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Insulin người tái tổ hợp (human insulin rDNA)" ]     ] ;
fhir:isActive [ fhir:v true ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "IU" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>         ] ;
fhir:code [ fhir:v "[iU]" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>         ] ;
fhir:code [ fhir:v "mL" ]       ]     ]
  ] ) ; # 
  fhir:batch [
fhir:lotNumber [ fhir:v "INS-2026-0415" ] ;
fhir:expirationDate [ fhir:v "2027-06-30"^^xsd:date ]
  ] . #