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ụ: Mẫu huyết thanh dùng cho xét nghiệm sinh hóa

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

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

<http://hl7.org/fhir/Specimen/ExampleSpecimenSerumChemistry> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleSpecimenSerumChemistry"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen>
     ]
  ] ;
  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: Specimen ExampleSpecimenSerumChemistry</b></p><a name=\"ExampleSpecimenSerumChemistry\"> </a><a name=\"hcExampleSpecimenSerumChemistry\"> </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-specimen.html\">Mẫu bệnh phẩm VN Core — VN Core Specimen Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/SP-20260319-0001</p><p><b>accessionIdentifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/XN-TN-20260319-0158</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 SER}\">Mẫu huyết thanh</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>receivedTime</b>: 2026-03-19 09:05:00+0700</p><p><b>request</b>: <a href=\"ServiceRequest-ExampleServiceRequestLabGlucose.html\">Yêu cầu xét nghiệm đường huyết lúc đói</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td><td>2026-03-19 09:00:00+0700</td><td>4 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td><td><span title=\"Codes:\">Lấy máu tĩnh mạch, ly tâm tách huyết thanh</span></td><td><span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Time[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Ly tâm tách huyết thanh trước khi chạy xét nghiệm sinh hóa</td><td>2026-03-19 09:10:00+0700</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/TUBE-20260319-0158</td><td>Ống nghiệm sinh hóa nắp vàng</td><td><span title=\"Codes:\">Ống tách huyết thanh</span></td><td>2.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu huyết thanh đạt chất lượng, không huyết tán, dùng cho nhóm xét nghiệm sinh hóa máu.</p>\n</div></blockquote></div>"
  ] ;
  fhir:Specimen.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ;
     fhir:Identifier.value [ fhir:value "SP-20260319-0001" ]
  ] ;
  fhir:Specimen.accessionIdentifier [
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ;
     fhir:Identifier.value [ fhir:value "XN-TN-20260319-0158" ]
  ] ;
  fhir:Specimen.status [ fhir:value "available"] ;
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ] ;
       fhir:Coding.code [ fhir:value "SER" ] ;
       fhir:Coding.display [ fhir:value "Serum" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Mẫu huyết thanh" ]
  ] ;
  fhir:Specimen.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:Specimen.receivedTime [ fhir:value "2026-03-19T09:05:00+07:00"^^xsd:dateTime] ;
  fhir:Specimen.request [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleServiceRequestLabGlucose> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleServiceRequestLabGlucose" ] ;
     fhir:Reference.display [ fhir:value "Yêu cầu xét nghiệm đường huyết lúc đói" ]
  ] ;
  fhir:Specimen.collection [
     fhir:Specimen.collection.collector [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
     ] ;
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-03-19T09:00:00+07:00"^^xsd:dateTime ] ;
     fhir:Specimen.collection.quantity [
       fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mL" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mL" ]
     ] ;
     fhir:Specimen.collection.method [
       fhir:CodeableConcept.text [ fhir:value "Lấy máu tĩnh mạch, ly tâm tách huyết thanh" ]
     ] ;
     fhir:Specimen.collection.bodySite [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:368208006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "368208006" ] ;
         fhir:Coding.display [ fhir:value "Left upper arm structure" ]
       ]
     ]
  ] ;
  fhir:Specimen.processing [
     fhir:index -1 ;
     fhir:Specimen.processing.description [ fhir:value "Ly tâm tách huyết thanh trước khi chạy xét nghiệm sinh hóa" ] ;
     fhir:Specimen.processing.timeDateTime [ fhir:value "2026-03-19T09:10:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Specimen.container [
     fhir:index -1 ;
     fhir:Specimen.container.identifier [
       fhir:index -1 ;
       fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ;
       fhir:Identifier.value [ fhir:value "TUBE-20260319-0158" ]
     ] ;
     fhir:Specimen.container.description [ fhir:value "Ống nghiệm sinh hóa nắp vàng" ] ;
     fhir:Specimen.container.type [
       fhir:CodeableConcept.text [ fhir:value "Ống tách huyết thanh" ]
     ] ;
     fhir:Specimen.container.specimenQuantity [
       fhir:Quantity.value [ fhir:value "2.5"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mL" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mL" ]
     ]
  ] ;
  fhir:Specimen.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Mẫu huyết thanh đạt chất lượng, không huyết tán, dùng cho nhóm xét nghiệm sinh hóa máu." ]
  ] .

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

<http://hl7.org/fhir/ServiceRequest/ExampleServiceRequestLabGlucose> a fhir:ServiceRequest .

<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .

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

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