@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/Observation/bloodglucose-low-example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bloodglucose-low-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-bloodglucose-observation"^^xsd:anyURI ;
       fhir:l <https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-bloodglucose-observation>
     ] )
  ] ; # 
  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 bloodglucose-low-example</b></p><a name=\"bloodglucose-low-example\"> </a><a name=\"hcbloodglucose-low-example\"> </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-at-prenudge-bloodglucose-observation.html\">AT PreNUDGE Observation Blood Glucose (only in mg/dL)</a></p></div><p><b>identifier</b>: <code>https://www.joanneum.at</code>/obs-bg-2026-03-03-001</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41653-7}\">Glucose [Mass/volume] in Capillary blood by Glucometer</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p><p><b>effective</b>: 2026-03-03 06:15:00+0000</p><p><b>issued</b>: 2026-03-03 10:31:00+0000</p><p><b>value</b>: 62 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></p><p><b>note</b>: </p><blockquote><div><p>Patient fühlt sich schwindelig und zittrig.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 8359006}\">Automated</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 309602000}\">Temporal periods relating to feeding and eating</span></td><td><span title=\"Codes:{http://snomed.info/sct 307165006}\">Before meal</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://www.joanneum.at"^^xsd:anyURI ;
       fhir:l <https://www.joanneum.at>
     ] ;
     fhir:value [ fhir:v "obs-bg-2026-03-03-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:41653-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "41653-7" ] ;
       fhir:display [ fhir:v "Glucose [Mass/volume] in Capillary blood by Glucometer" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.hl7.at/prenudge/appdata/r4/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-03-03T06:15:00Z"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2026-03-03T10:31:00Z"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "62"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "mg/dL" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "mg/dL" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Patient fühlt sich schwindelig und zittrig." ]
  ] ) ; # 
  fhir:method [
     fhir:coding ( [
       a sct:8359006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "8359006" ] ;
       fhir:display [ fhir:v "Automated" ]
     ] )
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a sct:309602000 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "309602000" ] ;
         fhir:display [ fhir:v "Temporal periods relating to feeding and eating" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:307165006 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "307165006" ] ;
         fhir:display [ fhir:v "Before meal" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

