@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/howto/Observation/fb4bbd29-0fd3-42db-8ce6-8c9e613ee740> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fb4bbd29-0fd3-42db-8ce6-8c9e613ee740"] ; # 
  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 fb4bbd29-0fd3-42db-8ce6-8c9e613ee740</b></p><a name=\"fb4bbd29-0fd3-42db-8ce6-8c9e613ee740\"> </a><a name=\"hcfb4bbd29-0fd3-42db-8ce6-8c9e613ee740\"> </a><p><b>status</b>: Corrected</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=\"Patient-47234.html\">Jeff Smith  Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)</a></p><p><b>encounter</b>: <a href=\"Encounter-1.html\">Encounter: status = completed</a></p><p><b>effective</b>: 2024-04-13</p><p><b>value</b>: 65 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "corrected"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "vital-signs" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:29463-7 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "29463-7" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/uv/howto/Patient/47234> ;
     fhir:reference [ fhir:v "Patient/47234" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hl7.org/fhir/uv/howto/Encounter/1> ;
     fhir:reference [ fhir:v "Encounter/1" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2024-04-13"^^xsd:date
  ] ; # 
  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:code [ fhir:v "kg" ]
  ] . # 

<http://hl7.org/fhir/uv/howto/Patient/47234> a fhir:uv .

<http://hl7.org/fhir/uv/howto/Encounter/1> a fhir:uv .

# -------------------------------------------------------------------------------------

