Diagnostics
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0:
R5
-
STU
).
The
This
is
the
current
published
version
which
supercedes
in
it's
permanent
home
(it
will
always
be
available
at
this
version
is
5.0.0
.
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R5
R4B
R4
| Orders and Observations Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Spirometry Example referencing DeviceComponent
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/Observation/656> a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "656"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 "656" </p></div><p><b>identifier</b>: id: patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820</p><p><b>status</b>: final</p><p><b>code</b>: MDC_FLOW_AWAY_EXP_FORCED_PEAK <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#152584)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/PatientId-patientId</a></p><p><b>effective</b>: 2017-05-03T15:54:26-04:00</p><p><b>performer</b>: <a href=\"todo.html\">Patient/PatientId-patientId</a></p><p><b>value</b>: 820 cL/s<span style=\"background: LightGoldenRodYellow\"> (Details: urn:iso:std:iso:11073:10101 code 265201 = '265201')</span></p></div>" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820" ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:Coding.code [ fhir:value "152584" ]; fhir:Coding.display [ fhir:value "MDC_FLOW_AWAY_EXP_FORCED_PEAK" ] ] ]; fhir:Observation.subject [ fhir:link <http://hl7.org/fhir/Patient/PatientId-patientId>; fhir:Reference.reference [ fhir:value "Patient/PatientId-patientId" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2017-05-03T15:54:26-04:00"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link <http://hl7.org/fhir/Patient/PatientId-patientId>; fhir:Reference.reference [ fhir:value "Patient/PatientId-patientId" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "820"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "cL/s" ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:Quantity.code [ fhir:value "265201" ] ] . <http://hl7.org/fhir/Patient/PatientId-patientId> a fhir:Patient . # - ontology header ------------------------------------------------------------# - #Removed the .related type qualified-by - if needed would be an extension # # <related> # <type value="qualified-by"/> # <target> # <identifier> # <value value="3.14159.20170619185932"/> # </identifier> # </target> # </related> #<http://hl7.org/fhir/Observation/656.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Observation/656.ttl> .[a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "656"] ; # 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=\"656\"> </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 "656" </p></div><p><b>identifier</b>: id: patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820</p><p><b>status</b>: final</p><p><b>code</b>: MDC_FLOW_AWAY_EXP_FORCED_PEAK <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#152584)</span></p><p><b>subject</b>: <a href=\"broken-link.html\">Patient/PatientId-patientId</a></p><p><b>effective</b>: 2017-05-03T15:54:26-04:00</p><p><b>performer</b>: <a href=\"broken-link.html\">Patient/PatientId-patientId</a></p><p><b>value</b>: 820 cL/s<span style=\"background: LightGoldenRodYellow\"> (Details: urn:iso:std:iso:11073:10101 code 265201 = '265201')</span></p></div>" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "152584" ] ; fhir:display [ fhir:v "MDC_FLOW_AWAY_EXP_FORCED_PEAK" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/PatientId-patientId" ] ] ; # fhir:effective [ fhir:v "2017-05-03T15:54:26-04:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:reference [ fhir:v "Patient/PatientId-patientId" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "820"^^xsd:decimal ] ; fhir:unit [ fhir:v "cL/s" ] ; fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "265201" ] ]] . # # -------------------------------------------------------------------------------------
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
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0
generated
on
Sat,
May
28,
2022
12:56+1000.
Sun,
Mar
26,
2023
15:25+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
|
Compare
to
R4B
|
|
Propose
a
change