Workflow
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
| 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 )
Lipid Panel Order
@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------[a fhir:ServiceRequest ;<http://hl7.org/fhir/ServiceRequest/lipid> a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lipid"] ; #fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"lipid\"> </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 ServiceRequest "lipid" </p></div><p><b>identifier</b>: Placer: 2345234234234</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Lipid Panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (tests#LIPID)</span></td></tr></table><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>encounter</b>: <a href=\"encounter-example.html\">Encounter/example</a></p><p><b>occurrence</b>: 2013-05-02T16:16:00-07:00</p><p><b>requester</b>: <a href=\"practitioner-example.html\">Practitioner/example</a> "Adam CAREFUL"</p><p><b>performer</b>: <a href=\"practitioner-example-f202-lm.html\">Practitioner/f202</a> "Luigi Maas"</p><h3>Reasons</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Fam hx-ischem heart dis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ICD-9#V173)</span></td></tr></table><h3>SupportingInfos</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td></tr><tr><td>*</td><td><a name=\"fasting\"> </a><blockquote><p/><p><a name=\"fasting\"> </a></p><p><b>status</b>: <span title=\" the mandatory quality flag: \">final</span></p><p><b>code</b>: Fasting status - Reported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#49541-6)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>value</b>: Yes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (v2-0136#Y)</span></p></blockquote></td></tr></table><p><b>specimen</b>: <a name=\"serum\"> </a></p><blockquote><p/><p><a name=\"serum\"> </a></p><p><b>identifier</b>: id: 20150107-0012</p><p><b>type</b>: Serum sample <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#119364003)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>2015-08-16T06:40:17Z</td></tr></table></blockquote><p><b>note</b>: patient is afraid of needles</p></div>" ] ; #fhir:contained ( [ a fhir:Observation ; fhir:id [ fhir:v "fasting" ] ;fhir:status [ fhir:v "final" ] ; # the mandatory quality flag:fhir:status [ fhir:v "final" ] ; # the mandatory quality flag: fhir:code [ fhir:coding ( [ a loinc:49541-6 ;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 "49541-6" ] ; fhir:display [ fhir:v "Fasting status - Reported" ] ] ) ] ; fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0136> ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ a fhir:Specimen ; fhir:id [ fhir:v "serum" ] ; fhir:identifier ( [fhir:system [ fhir:v "http://acme.org/specimens"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://acme.org/specimens"^^xsd:anyURI ; fhir:l <http://acme.org/specimens> ] ; fhir:value [ fhir:v "20150107-0012" ] ] ) ; fhir:type [ fhir:coding ( [ a sct:119364003 ;fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "119364003" ] ; fhir:display [ fhir:v "Serum sample" ] ] ) ] ; fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ] ; fhir:collection [fhir:collected [ fhir:v "2015-08-16T06:40:17Z"^^xsd:dateTime ]fhir:collected [ a fhir:DateTime ; fhir:v "2015-08-16T06:40:17Z"^^xsd:dateTime ] ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ; fhir:code [ fhir:v "PLAC" ] ] ) ; fhir:text [ fhir:v "Placer" ] ] ;fhir:system [ fhir:v "urn:oid:1.3.4.5.6.7"^^xsd:anyURI ] ;fhir:system [ fhir:v "urn:oid:1.3.4.5.6.7"^^xsd:anyURI ; fhir:l <urn:oid:1.3.4.5.6.7> ] ; fhir:value [ fhir:v "2345234234234" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:code [ fhir:concept [ fhir:coding ( [fhir:system [ fhir:v "http://acme.org/tests"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://acme.org/tests"^^xsd:anyURI ; fhir:l <http://acme.org/tests> ] ; fhir:code [ fhir:v "LIPID" ] ] ) ; fhir:text [ fhir:v "Lipid Panel" ] ] ] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ] ; # fhir:encounter [ fhir:l <http://hl7.org/fhir/Encounter/example> ; fhir:reference [ fhir:v "Encounter/example" ] ] ; #fhir:occurrence [ fhir:v "2013-05-02T16:16:00-07:00"^^xsd:dateTime] ; #fhir:occurrence [ a fhir:DateTime ; fhir:v "2013-05-02T16:16:00-07:00"^^xsd:dateTime ] ; # fhir:requester [ fhir:l <http://hl7.org/fhir/Practitioner/example> ; fhir:reference [ fhir:v "Practitioner/example" ] ] ; # fhir:performer ( [ fhir:l <http://hl7.org/fhir/Practitioner/f202> ; fhir:reference [ fhir:v "Practitioner/f202" ] ] ) ; # fhir:reason ( [ fhir:concept [ fhir:coding ( [fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-9"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-9"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/icd-9> ] ; fhir:code [ fhir:v "V173" ] ; fhir:display [ fhir:v "Fam hx-ischem heart dis" ] ] ) ] ] ) ; # fhir:supportingInfo ( [ fhir:reference [ fhir:l <#fasting> ; fhir:reference [ fhir:v "#fasting" ] ; fhir:display [ fhir:v "Fasting status" ] ] ] ) ; # fhir:specimen ( [ fhir:l <#serum> ; fhir:reference [ fhir:v "#serum" ] ; fhir:display [ fhir:v "Serum specimen" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "patient is afraid of needles" ]] )] . #] ) . # <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . <http://hl7.org/fhir/Practitioner/f202> a fhir:Practitioner . # -------------------------------------------------------------------------------------
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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:25+1100.
Thu,
Nov
13,
2025
03:08+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change