HL7 FHIR Implementation Guide: DK Core
3.2.0 - release Denmark flag

This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Poul's daily weighing on Feb. 21st - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Weight.Poul.230221"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.dk/fhir/core/StructureDefinition/dk-core-observation"^^xsd:anyURI ;
fhir:link <http://hl7.dk/fhir/core/StructureDefinition/dk-core-observation>     ] [
fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation>     ] [
fhir:v "http://hl7.org/fhir/StructureDefinition/vitalsigns"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/vitalsigns>     ] [
fhir:v "http://hl7.org/fhir/StructureDefinition/bodyweight"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/bodyweight>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Weight.Poul.230221\"> </a><a name=\"hcWeight.Poul.230221\"> </a></p><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\">Resource Observation &quot;Weight.Poul.230221&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-dk-core-observation.html\">Danish Core Observation Profiles</a>, <a href=\"http://hl7.org/fhir/uv/phd/STU1/StructureDefinition-PhdNumericObservation.html\">PhdNumericObservation</a>, <a href=\"http://hl7.org/fhir/R4/vitalsigns.html\">Vital Signs Profile</a>, <a href=\"http://hl7.org/fhir/R4/bodyweight.html\">Observation Body Weight Profile</a></p></div><p><b>Observation Gateway Device</b>: <a href=\"http://example.org/fhir/Telma.FEEDDADADEADBEEF\">http://example.org/fhir/Telma.FEEDDADADEADBEEF</a></p><p><b>identifier</b>: 606405FFFECFC604-3001749995-urn:oid:1.2.208.176.1.2-188736-74.0-kg-20230221T083640.00</p><p><b>status</b>: final</p><p><b>category</b>: Vital signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: MDC_MASS_BODY_ACTUAL: Body weight <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29463-7 &quot;Body weight&quot;; <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#188736 &quot;MDC_MASS_BODY_ACTUAL&quot;; unknown#NPU03804 &quot;Pt—Body; mass = ? kg&quot;)</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/Poul\">http://example.org/fhir/Patient/Poul</a></p><p><b>effective</b>: 2023-02-21 08:36:40+0100</p><p><b>performer</b>: <a href=\"http://example.org/fhir/Patient/Poul\">http://example.org/fhir/Patient/Poul</a></p><p><b>value</b>: 74 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg = 'kg')</span></p><p><b>device</b>: <a href=\"Device-WeightScale.606405FFFECFC604.html\">Device/WeightScale.606405FFFECFC604</a></p><p><b>derivedFrom</b>: <a href=\"http://example.org/fhir/CoincidentTimeStamp.0123\">http://example.org/fhir/CoincidentTimeStamp.0123</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:link <http://example.org/fhir/Telma.FEEDDADADEADBEEF> ;
fhir:reference [ fhir:v "http://example.org/fhir/Telma.FEEDDADADEADBEEF" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "606405FFFECFC604-3001749995-urn:oid:1.2.208.176.1.2-188736-74.0-kg-20230221T083640.00" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
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:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body weight" ]     ] [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "188736" ] ;
fhir:display [ fhir:v "MDC_MASS_BODY_ACTUAL" ]     ] [
fhir:system [ fhir:v "urn:oid:1.2.208.176.2.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPU03804" ] ;
fhir:display [ fhir:v "Pt—Body; mass = ? kg" ]     ] ) ;
fhir:text [ fhir:v "MDC_MASS_BODY_ACTUAL: Body weight" ]
  ] ; # 
  fhir:subject [
fhir:link <http://example.org/fhir/Patient/Poul> ;
fhir:reference [ fhir:v "http://example.org/fhir/Patient/Poul" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-02-21T08:36:40+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:link <http://example.org/fhir/Patient/Poul> ;
fhir:reference [ fhir:v "http://example.org/fhir/Patient/Poul" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "74"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ]
  ] ; # 
  fhir:device [
fhir:reference [ fhir:v "Device/WeightScale.606405FFFECFC604" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:link <http://example.org/fhir/CoincidentTimeStamp.0123> ;
fhir:reference [ fhir:v "http://example.org/fhir/CoincidentTimeStamp.0123" ]
  ] ) . #