Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions
: null - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "a978ebae-2f6f-491c-8803-5374556109e0"] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation a978ebae-2f6f-491c-8803-5374556109e0</b></p><a name=\"a978ebae-2f6f-491c-8803-5374556109e0\"> </a><a name=\"hca978ebae-2f6f-491c-8803-5374556109e0\"> </a><a name=\"a978ebae-2f6f-491c-8803-5374556109e0-en-US\"> </a><p><b>status</b>: Cancelled</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-2451.html\">David White Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)</a></p><p><b>encounter</b>: <a href=\"Encounter-3.html\">Encounter: status = completed</a></p><p><b>effective</b>: 2024-04-15</p><p><b>value</b>: 92 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg = 'kg')</span></p></div>"^^rdf:XMLLiteral
] ;
fhir:status [ fhir:v "cancelled"] ;
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ 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:subject [
fhir:reference [ fhir:v "Patient/2451" ]
] ;
fhir:encounter [
fhir:reference [ fhir:v "Encounter/3" ]
] ;
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-04-15"^^xsd:date
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "92"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ]
] .