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ụ: Mẫu máu toàn phần cho công thức máu
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleSpecimenWholeBloodCBC"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen> ] )
] ; #
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: Specimen ExampleSpecimenWholeBloodCBC</b></p><a name=\"ExampleSpecimenWholeBloodCBC\"> </a><a name=\"hcExampleSpecimenWholeBloodCBC\"> </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-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-20260420-0007</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLD}\">Máu toàn phần chống đông EDTA</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-04-20 07:45:00+0700</td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu máu toàn phần dùng cho công thức máu tự động.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id> ] ;
fhir:value [ fhir:v "SP-20260420-0007" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0487> ] ;
fhir:code [ fhir:v "BLD" ] ;
fhir:display [ fhir:v "Whole blood" ] ] ) ;
fhir:text [ fhir:v "Máu toàn phần chống đông EDTA" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/ExamplePatientNguyenVanAn ;
fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:display [ fhir:v "Nguyễn Văn An" ]
] ; #
fhir:collection [
fhir:collected [
a fhir:DateTime ;
fhir:v "2026-04-20T07:45:00+07:00"^^xsd:dateTime ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Mẫu máu toàn phần dùng cho công thức máu tự động." ]
] ) . #