0.3.0 - ci-build
VkpObservation - Local Development build (v0.3.0). 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "vkp-body-temperature-create"] ; #
fhir:meta [
fhir:versionId [ fhir:v "0" ] ;
fhir:lastUpdated [ fhir:v "2014-01-30T22:35:23+11:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "Thomas"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://ehelse.no/fhir/StructureDefinition/vkp-Observation-Bodytemp"^^xsd:anyURI ;
fhir:link <http://ehelse.no/fhir/StructureDefinition/vkp-Observation-Bodytemp> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"vkp-body-temperature-create\"> </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 "vkp-body-temperature-create" Version "0" Updated "2014-01-30 22:35:23+1100" </p><p style=\"margin-bottom: 0px\">Information Source: Thomas!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vkp-Observation-Bodytemp.html\">Vkp VitalSigns Observation - Body temperature</a></p></div><p><b>identifier</b>: id: testtempexternalId4</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.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Body temperature <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8310-5; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#276885007 "Core body temperature (observable entity)")</span></p><p><b>subject</b>: <span/></p><p><b>effective</b>: 2022-03-16</p><p><b>performer</b>: <span/></p><p><b>value</b>: 37 Cel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code Cel = 'Cel')</span></p><p><b>note</b>: Demo Body Temperature</p><p><b>bodySite</b>: Endetarm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#34402009)</span></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://dips.no/fhir/namingsystem/externalId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "testtempexternalId4" ]
] ) ; #
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:8310-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8310-5" ] ;
fhir:display [ fhir:v "Body temperature" ] ] [
a sct:276885007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "276885007" ] ;
fhir:display [ fhir:v "Core body temperature (observable entity)" ] ] ) ;
fhir:text [ fhir:v "Body temperature" ]
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1000239" ] ]
] ; #
fhir:effective [ fhir:v "2022-03-16"^^xsd:date] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "889911" ] ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "37"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Cel" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cel" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Demo Body Temperature" ]
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:34402009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34402009" ] ;
fhir:display [ fhir:v "Endetarm" ] ] )
] . #
IG © 2021+ . Package ehelse.fhir.no.vkp.observation#0.3.0 based on FHIR 4.0.1. Generated 2023-03-14
Links: Table of Contents |
QA Report