This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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></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 "Weight.Poul.230221" </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>Gateway Device</b>: <a href=\"http://example.org/fhir/Telma.FEEDDADADEADBEEF\">http://example.org/fhir/Telma.FEEDDADADEADBEEF</a></p><p><b>identifier</b>: id: 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/3.1.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 "Body weight"; <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#188736 "MDC_MASS_BODY_ACTUAL"; unknown#NPU03804 "Pt—Body; mass = ? kg")</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" ]
] ) . #
IG © 2021+ HL7 Denmark. Package hl7.fhir.dk.core#3.1.0 based on FHIR 4.0.1. Generated 2024-01-08
Links: Table of Contents |
QA Report