Finnish Base Profiles 1.0.0-rc11 - qa-preview
Finnish Base Profiles - Local Development build (v1.0.0-rc11). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "1153859e-0c86-1000-abb8-511d0000b222"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://phr.kanta.fi/StructureDefinition/fiphr-sd-bodyheight"^^xsd:anyURI ; fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-bodyheight> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <b>Code:</b> Body height (8302-2)<br />\r\n <b>Time:</b> 20.11.2020 11:46<br />\r\n <b>Result:</b> 182 cm </div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:be18620b-ee17-4bd6-8304-102fdd12222c" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:8302-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8302-2" ] ; fhir:display [ fhir:v "Body height" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/36749a02-1710-44e7-aa76-0e934eb4321a" ] ] ; # fhir:effective [ fhir:v "2020-11-20T11:46:00+02:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:reference [ fhir:v "Patient/36749a02-1710-44e7-aa76-0e934eb4321a" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "182"^^xsd:decimal ] ; fhir:unit [ fhir:v "cm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "cm" ] ] . #