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 mô ruột thừa cho giải phẫu bệ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 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/ExampleSpecimenAppendixTissue> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleSpecimenAppendixTissue"] ;
  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 ExampleSpecimenAppendixTissue</b></p><a name=\"ExampleSpecimenAppendixTissue\"> </a><a name=\"hcExampleSpecimenAppendixTissue\"> </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>/GPB-20260310-0008</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>/GPB-TN-20260310-0042</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 TISS}\">Mô ruột thừa</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>receivedTime</b>: 2026-03-10 15:20:00+0700</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-10 14:30:00+0700</td><td><span title=\"Codes:\">Bệnh phẩm sau cắt ruột thừa</span></td><td><span title=\"Codes:{http://snomed.info/sct 66754008}\">Appendix</span></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></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>/JAR-GPB-20260310-0042</td><td>Lọ bệnh phẩm cố định formalin 10%</td><td><span title=\"Codes:\">Lọ bệnh phẩm GPB</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật.</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 "GPB-20260310-0008" ]
  ] ;
  fhir:Specimen.accessionIdentifier [
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ;
     fhir:Identifier.value [ fhir:value "GPB-TN-20260310-0042" ]
  ] ;
  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 "TISS" ] ;
       fhir:Coding.display [ fhir:value "Tissue" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Mô ruột thừa" ]
  ] ;
  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-10T15:20:00+07:00"^^xsd:dateTime] ;
  fhir:Specimen.collection [
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-03-10T14:30:00+07:00"^^xsd:dateTime ] ;
     fhir:Specimen.collection.method [
       fhir:CodeableConcept.text [ fhir:value "Bệnh phẩm sau cắt ruột thừa" ]
     ] ;
     fhir:Specimen.collection.bodySite [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:66754008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "66754008" ] ;
         fhir:Coding.display [ fhir:value "Appendix" ]
       ]
     ]
  ] ;
  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 "JAR-GPB-20260310-0042" ]
     ] ;
     fhir:Specimen.container.description [ fhir:value "Lọ bệnh phẩm cố định formalin 10%" ] ;
     fhir:Specimen.container.type [
       fhir:CodeableConcept.text [ fhir:value "Lọ bệnh phẩm GPB" ]
     ]
  ] ;
  fhir:Specimen.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật." ]
  ] .

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

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

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