DIPS Core Implementation Guide - 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/noimpl-body-temperature-create> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "noimpl-body-temperature-create"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "0" ] ;
fhir:Meta.lastUpdated [ fhir:value "2014-01-30T22:35:23+11:00"^^xsd:dateTime ] ;
fhir:Meta.source [ fhir:value "NoImpl" ] ;
fhir:Meta.profile [
fhir:value "http://dips.no/fhir/R4/StructureDefinition/NoImplVitalSignsObservationBodyTemp" ;
fhir:index 0 ;
fhir:link <http://dips.no/fhir/R4/StructureDefinition/NoImplVitalSignsObservationBodyTemp>
]
] ;
fhir:Observation.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-RelativeEhrUri" ] ;
fhir:Identifier.value [ fhir:value "ehr:compositions/6c41D37f-f173-45d6-8504-17c40454b9ee::default::1/content[openEHR-EHR-OBSERVATION.body_temperature.v2 and name/value='Temperatur']" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-ObservationId" ] ;
fhir:Identifier.value [ fhir:value "dips-body-temperature-create" ]
], [
fhir:index 2 ;
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-VersionIndependentId" ] ;
fhir:Identifier.value [ fhir:value "bd96cd32-3bdb-f448-9d65-265828cae8c8" ]
], [
fhir:index 3 ;
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/externalId" ] ;
fhir:Identifier.value [ fhir:value "testBPexternalId1" ]
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "vital-signs" ]
]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:8310-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "8310-5" ] ;
fhir:Coding.display [ fhir:value "Body temperature" ]
], [
fhir:index 1 ;
a sct:276885007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "276885007" ] ;
fhir:Coding.display [ fhir:value "Core body temperature (observable entity)" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/cdp2007964> ;
fhir:Reference.reference [ fhir:value "Patient/cdp2007964" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-patientid" ] ;
fhir:Identifier.value [ fhir:value "1002679" ]
]
] ;
fhir:Observation.encounter [
fhir:link <http://hl7.org/fhir/Encounter/agy100247> ;
fhir:Reference.reference [ fhir:value "Encounter/agy100247" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-omsorgsepisodeid" ] ;
fhir:Identifier.value [ fhir:value "agy100247" ]
]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2019-10-25T09:30:33+05:30"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/agb1000204> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/agb1000204" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.51.1" ] ;
fhir:Identifier.value [ fhir:value "1000204" ]
]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/Organization/Organizationaks2> ;
fhir:Reference.reference [ fhir:value "Organization/Organizationaks2" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.70.1" ] ;
fhir:Identifier.value [ fhir:value "2" ]
]
] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "37"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Cel" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "Cel" ]
] ;
fhir:Observation.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Demo Body Temperature" ]
] ;
fhir:Observation.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:34402009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "34402009" ] ;
fhir:Coding.display [ fhir:value "Endetarm" ]
]
] ;
fhir:Observation.referenceRange [
fhir:index 0 ;
fhir:Observation.referenceRange.low [
fhir:Quantity.value [ fhir:value "36.1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Cel" ]
] ;
fhir:Observation.referenceRange.high [
fhir:Quantity.value [ fhir:value "37.2"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Cel" ]
]
] .
<http://hl7.org/fhir/Patient/cdp2007964> a fhir:Patient .
<http://hl7.org/fhir/Encounter/agy100247> a fhir:Encounter .
<http://hl7.org/fhir/PractitionerRole/agb1000204> a fhir:PractitionerRole .
<http://hl7.org/fhir/Organization/Organizationaks2> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/noimpl-body-temperature-create.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/noimpl-body-temperature-create.ttl> .
IG © 2023+ DIPS AS. Package dips.fhir.no.core#0.1.0 based on FHIR 4.0.1. Generated 2026-09-03
Links: Table of Contents |
QA Report