PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4)
0.1.0 - ci-build
PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/bloodglucose-elevated-example> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "bloodglucose-elevated-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-bloodglucose-observation" ;
fhir:index 0 ;
fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-bloodglucose-observation>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation bloodglucose-elevated-example</b></p><a name=\"bloodglucose-elevated-example\"> </a><a name=\"hcbloodglucose-elevated-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>/qr-bg-2026-02-28-002</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-02-28 21:45:00+0000</p><p><b>issued</b>: 2026-02-28 22:31:00+0000</p><p><b>value</b>: 142 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>note</b>: </p><blockquote><div><p>Patient berichtet, gestern Abend spät gegessen zu haben.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 87982008}\">Manual</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-bloodglucose-response-elevated-example.html\">Response to Questionnaire '->Blutzucker bei der letzten Messung' about '->James Pond Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)'</a></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 24863003}\">Postprandial</span></td></tr></table></div>"
] ;
fhir:Observation.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://www.joanneum.at" ] ;
fhir:Identifier.value [ fhir:value "qr-bg-2026-02-28-002" ]
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:41653-7 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "41653-7" ] ;
fhir:Coding.display [ fhir:value "Glucose [Mass/volume] in Capillary blood by Glucometer" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2026-02-28T21:45:00Z"^^xsd:dateTime] ;
fhir:Observation.issued [ fhir:value "2026-02-28T22:31:00Z"^^xsd:dateTime] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "142"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg/dL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg/dL" ]
] ;
fhir:Observation.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Patient berichtet, gestern Abend spät gegessen zu haben." ]
] ;
fhir:Observation.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:87982008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "87982008" ] ;
fhir:Coding.display [ fhir:value "Manual" ]
]
] ;
fhir:Observation.derivedFrom [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/QuestionnaireResponse/bloodglucose-response-elevated-example> ;
fhir:Reference.reference [ fhir:value "QuestionnaireResponse/bloodglucose-response-elevated-example" ]
] ;
fhir:Observation.component [
fhir:index 0 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:309602000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "309602000" ] ;
fhir:Coding.display [ fhir:value "Temporal periods relating to feeding and eating" ]
]
] ;
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:24863003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "24863003" ] ;
fhir:Coding.display [ fhir:value "Postprandial" ]
]
]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/QuestionnaireResponse/bloodglucose-response-elevated-example> a fhir:QuestionnaireResponse .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/bloodglucose-elevated-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/bloodglucose-elevated-example.ttl> .
IG © 2026+ The PreNUDGE Consortium. Package hl7.at.fhir.prenudge.appdata.r4#0.1.0 based on FHIR® 4.0.1. Generated 2026-07-01
Links: Table of Contents |
QA Report