@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/9f79ad8f-056e-4931-ae19-810064de607b> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "9f79ad8f-056e-4931-ae19-810064de607b"] ; # 
  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 9f79ad8f-056e-4931-ae19-810064de607b</b></p><a name=\"9f79ad8f-056e-4931-ae19-810064de607b\"> </a><a name=\"hc9f79ad8f-056e-4931-ae19-810064de607b\"> </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 29463-7}\">Body weight</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>: 65 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</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:29463-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "29463-7" ] ;
       fhir:display [ fhir:v "Body weight" ]
     ] )
  ] ; # 
  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 "65"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "kg" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "kg" ]
  ] . # 

# -------------------------------------------------------------------------------------

