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 "body-height-create"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2014-01-30T22:35:23+11:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "META_VISION"^^xsd:anyURI ]
] ; #
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=\"body-height-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 "body-height-create" Updated "2014-01-30 22:35:23+1100" </p><p style=\"margin-bottom: 0px\">Information Source: META_VISION!</p></div><p><b>identifier</b>: id: External Id: testBHexternalId2</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 height measure (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8302-2)</span></p><p><b>subject</b>: <span/></p><p><b>encounter</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.1.2&canonical=http://fhir.org/packages/hl7.fhir.no.basis/Encounter/agy1002679\">Encounter/agy1002679</a></p><p><b>effective</b>: 2021-05-10</p><p><b>performer</b>: </p><ul><li><span/></li><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.1.2&canonical=http://fhir.org/packages/hl7.fhir.no.basis/Organization/afa22\">Organization/afa22</a></li></ul><p><b>value</b>: 156 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm = 'cm')</span></p><p><b>note</b>: Demo Body Height</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-domain-vitalsignsobservation-bodyheight-bodypositionextension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding, sct:4801000202104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4801000202104" ] ;
fhir:display [ fhir:v "Lying flat without tilt (finding)" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://dips.no/fhir/namingsystem/externalId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "External Id: testBHexternalId2" ]
] ) ; #
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:8302-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8302-2" ] ;
fhir:display [ fhir:v "Body height measure (observable entity)" ] ] )
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://dips.no/fhir/namingsystem/dips-patientid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1000807" ] ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/agy1002679" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://dips.no/fhir/namingsystem/dips-omsorgsepisodeid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1002679" ] ]
] ; #
fhir:effective [ fhir:v "2021-05-10"^^xsd:date] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "889911" ] ]
] [
fhir:reference [ fhir:v "Organization/afa22" ] ;
fhir:identifier [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.9038.70.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22" ] ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "156"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Demo Body Height" ]
] ) . #
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