This page is part of the FHIR Specification (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw XML (canonical form + also see XML Format Specification)
Lipid Panel Order (id = "lipid")
<?xml version="1.0" encoding="UTF-8"?> <ServiceRequest xmlns="http://hl7.org/fhir"> <id value="lipid"/> <text> <status value="generated"/> <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> </text> <contained> <Observation> <id value="fasting"/> <!-- the mandatory quality flag: --> <status value="final"/> <code> <coding> <system value="http://loinc.org"/> <code value="49541-6"/> <display value="Fasting status - Reported"/> </coding> </code> <subject> <reference value="Patient/example"/> </subject> <valueCodeableConcept> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0136"/> <code value="Y"/> <display value="Yes"/> </coding> </valueCodeableConcept> </Observation> </contained> <contained> <Specimen> <id value="serum"/> <identifier> <system value="http://acme.org/specimens"/> <value value="20150107-0012"/> </identifier> <type> <coding> <system value="http://snomed.info/sct"/> <code value="119364003"/> <display value="Serum sample"/> </coding> </type> <subject> <reference value="Patient/example"/> </subject> <collection> <collectedDateTime value="2015-08-16T06:40:17Z"/> </collection> </Specimen> </contained> <identifier> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> <code value="PLAC"/> </coding> <text value="Placer"/> </type> <system value="urn:oid:1.3.4.5.6.7"/> <value value="2345234234234"/> </identifier> <status value="active"/> <intent value="original-order"/> <code> <concept> <coding> <system value="http://acme.org/tests"/> <code value="LIPID"/> </coding> <text value="Lipid Panel"/> </concept> </code> <subject> <reference value="Patient/example"/> </subject> <encounter> <reference value="Encounter/example"/> </encounter> <occurrenceDateTime value="2013-05-02T16:16:00-07:00"/> <requester> <reference value="Practitioner/example"/> </requester> <performer> <reference value="Practitioner/f202"/> </performer> <reason> <concept> <coding> <system value="http://hl7.org/fhir/sid/icd-9"/> <code value="V173"/> <display value="Fam hx-ischem heart dis"/> </coding> </concept> </reason> <supportingInfo> <reference> <reference value="#fasting"/> <display value="Fasting status"/> </reference> </supportingInfo> <specimen> <reference value="#serum"/> <display value="Serum specimen"/> </specimen> <note> <text value="patient is afraid of needles"/> </note> </ServiceRequest>
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-draft-final generated on Wed, Mar 1, 2023 23:07+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change