@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/img/Observation/40fb226b-e11f-4d02-aa30-97ba51ab4ff6> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "40fb226b-e11f-4d02-aa30-97ba51ab4ff6"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 40fb226b-e11f-4d02-aa30-97ba51ab4ff6</b></p><a name=\"40fb226b-e11f-4d02-aa30-97ba51ab4ff6\"> </a><a name=\"hc40fb226b-e11f-4d02-aa30-97ba51ab4ff6\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}\">Body height</span></p><p><b>subject</b>: <a href=\"Bundle-cz-examplepetct-bundle.html#urn-uuid-2ccb472f-5747-4939-a119-5597835ad7da\">Example Jana  Female, DoB: 1935-01-12 ( https://ncez.mzcr.cz/fhir/sid/rid#2066425387)</a></p><p><b>effective</b>: 2023-06-01</p><p><b>performer</b>: <a href=\"Bundle-cz-examplepetct-bundle.html#urn-uuid-792a7a2e-4acd-42fd-bd2c-c2ff4e2f66a0\">PractitionerRole: specialty = Radiology</a></p><p><b>value</b>: 163 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codecm = 'cm')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "vital-signs" ] ;
       fhir:display [ fhir:v "Vital Signs" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:8302-2 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "8302-2" ] ;
       fhir:display [ fhir:v "Body height" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da> ;
     fhir:reference [ fhir:v "urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2023-06-01"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <urn:uuid:792a7a2e-4acd-42fd-bd2c-c2ff4e2f66a0> ;
     fhir:reference [ fhir:v "urn:uuid:792a7a2e-4acd-42fd-bd2c-c2ff4e2f66a0" ]
  ] ) ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "163"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "cm" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "cm" ]
  ] . # 

# -------------------------------------------------------------------------------------

