RuSEMD, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/Ru-SEMD/ and changes regularly. See the Directory of published versions
: Lab Specimen Instance Blood - TTL Representation
Raw ttl | Download
@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 "specimen-blood"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen specimen-blood</b></p><a name=\"specimen-blood\"> </a><a name=\"hcspecimen-blood\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.643.5.1.13.13.12.2.22.27143.100.1.1.66</code>/1234567890</p><p><b>type</b>: <span title=\"Codes:{urn:oid:1.2.643.5.1.13.13.99.2.1019 2}\">Кровь венозная</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-pli-oak.html#Patient_patient-novoseltsev\">Новосельцев Михаил Владимирович</a></p><p><b>receivedTime</b>: 2022-11-15 08:30:00+0400</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></tr><tr><td style=\"display: none\">*</td><td><a href=\"Bundle-bundle-pli-oak.html#PractitionerRole_practitionerrole-arhipova-assistant\">Bundle: type = document</a></td><td>2022-11-15 07:30:00+0400</td><td>5 мл<span style=\"background: LightGoldenRodYellow\"> (Details: unknown code16 = '16')</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Пластиковая пробирка для гематологических исследований с K3-ЭДТА<br/>\n(шрихкод 1234567890)</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.643.5.1.13.13.12.2.22.27143.100.1.1.66"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.643.5.1.13.13.99.2.1019"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Кровь венозная" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-novoseltsev" ] ;
fhir:display [ fhir:v "Новосельцев Михаил Владимирович" ]
] ; #
fhir:receivedTime [ fhir:v "2022-11-15T08:30:00+04:00"^^xsd:dateTime] ; #
fhir:collection [
fhir:collector [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-arhipova-assistant" ] ] ;
fhir:collected [
a fhir:dateTime ;
fhir:v "2022-11-15T07:30:00+04:00"^^xsd:dateTime ] ;
fhir:quantity [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "мл" ] ;
fhir:system [ fhir:v "urn:oid:1.2.643.5.1.13.13.11.1358"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16" ] ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Пластиковая пробирка для гематологических исследований с K3-ЭДТА \n(шрихкод 1234567890)" ]
] ) . #