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
: procedure-blood-analysis - 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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "procedure-blood-analysis"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ru/ig/semd/StructureDefinition/core-procedure"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/semd/StructureDefinition/core-procedure> ] )
] ; #
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: Procedure procedure-blood-analysis</b></p><a name=\"procedure-blood-analysis\"> </a><a name=\"hcprocedure-blood-analysis\"> </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-core-procedure.html\">Core Procedure (Процедура)</a></p></div><p><b>identifier</b>: Placer Identifier/B03.016.002</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.643.5.1.13.13.11.1070 B03.016.002}\">Общий (клинический) анализ крови</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-pli-oak.html#Patient_patient-novoseltsev\">Bundle: type = document</a></p><p><b>occurrence</b>: 2022-11-15 08:50:00+0400</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Bundle-bundle-pli-oak.html#PractitionerRole_practitionerrole-stepanova-author\">Bundle: type = document</a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.2.643.5.1.13.13.11.1070"^^xsd:anyURI ] ;
fhir:value [ fhir:v "B03.016.002" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.643.5.1.13.13.11.1070"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.10" ] ;
fhir:code [ fhir:v "B03.016.002" ] ;
fhir:display [ fhir:v "Общий (клинический) анализ крови" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-novoseltsev" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2022-11-15T08:50:00+04:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-stepanova-author" ] ]
] ) . #