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-drawing - 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-drawing"] ; #
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-drawing</b></p><a name=\"procedure-blood-drawing\"> </a><a name=\"hcprocedure-blood-drawing\"> </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/A11.12.009</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 A11.12.009}\">Взятие крови из периферической вены</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 07:30: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-arhipova-assistant\">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 "A11.12.009" ]
] ) ; #
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 "A11.12.009" ] ;
fhir:display [ fhir:v "Взятие крови из периферической вены" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-novoseltsev" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2022-11-15T07:30:00+04:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-arhipova-assistant" ] ]
] ) . #