Diagnostics
Publish-box
(todo)
This
is
the
Continuous
Integration
Build
of
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
| Responsible Owner: Orders and Observations Work Group | Standards Status : Informative | Compartments : Device , Encounter , Group , Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
An example of a HDL measurement.
@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#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Observation/hdl> a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hdl"] ; #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 hdl</b></p><a name=\"hdl\"> </a><a name=\"hchdl\"> </a><a name=\"hdl-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{urn:oid:1.2.840.114350.1.13.177.2.7.10.798268.30 Lab}\">Lab</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2085-9}\">HDL</span></p><p><b>subject</b>: <a href=\"Patient/pat2\">Donald, Duck</a></p><p><b>effective</b>: 2015-08-16T06:40:17Z</p><p><b>issued</b>: 2015-08-16T08:40:17Z</p><p><b>value</b>: 46 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code = 'mg/dL')</span></p><p><b>specimen</b>: <a href=\"Specimen/sst\">Serum sample</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>>40</td></tr></table></div>"^^rdf:XMLLiteral ] ; #fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ; fhir:code [ fhir:v "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ; fhir:text [ fhir:v "Laboratory" ] ] [ fhir:coding ( [fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.177.2.7.10.798268.30"^^xsd:anyURI ] ;fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.177.2.7.10.798268.30"^^xsd:anyURI ; fhir:l <urn:oid:1.2.840.114350.1.13.177.2.7.10.798268.30> ] ; fhir:code [ fhir:v "Lab" ] ; fhir:display [ fhir:v "Lab" ] ] ) ; fhir:text [ fhir:v "Lab" ] ] ) ; # fhir:code [ fhir:coding ( [ a loinc:2085-9 ;fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "2085-9" ] ; fhir:display [ fhir:v "Cholesterol in HDL [Mass/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "HDL" ] ] ; # fhir:subject [fhir:link <http://hl7.org/fhir/Patient/pat2> ;fhir:l <http://hl7.org/fhir/Patient/pat2> ; fhir:reference [ fhir:v "Patient/pat2" ] ] ; # fhir:effective [a fhir:dateTime ;a fhir:DateTime ; fhir:v "2015-08-16T06:40:17Z"^^xsd:dateTime ] ; # fhir:issued [ fhir:v "2015-08-16T08:40:17Z"^^xsd:dateTime] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "46"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ;fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mg/dL" ] ] ; # fhir:specimen [fhir:link <http://hl7.org/fhir/Specimen/sst> ;fhir:l <http://hl7.org/fhir/Specimen/sst> ; fhir:reference [ fhir:v "Specimen/sst" ] ; fhir:display [ fhir:v "Serum sample" ] ] ; # fhir:referenceRange ( [fhir:text [ fhir:v ">40" ]fhir:low [ fhir:value [ fhir:v "40"^^xsd:decimal ] ; fhir:comparator [ fhir:v ">" ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mg/dL" ] ] ] ) . # <http://hl7.org/fhir/Patient/pat2> a fhir:Patient . <http://hl7.org/fhir/Specimen/sst> a fhir:Specimen . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Tue,
Apr
1,
Sun,
Nov
9,
2025
12:25+1100.
23:55+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change