This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Lipid Panel Order (id = "lipid")
<ProcedureRequest xmlns="http://hl7.org/fhir"> <id value="lipid"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : lipid</p> <p> <b> contained</b> : , </p> <p> <b> identifier</b> : Placer = 2345234234234</p> <p> <b> status</b> : active</p> <p> <b> intent</b> : original-order</p> <p> <b> code</b> : Lipid Panel <span> (Details : {http://acme.org/tests code 'LIPID' = 'LIPID)</span> </p> <p> <b> subject</b> : <a> Patient/example</a> </p> <p> <b> context</b> : <a> Encounter/example</a> </p> <p> <b> occurrence</b> : 02/05/2013 4:16:00 PM</p> <h3> Requesters</h3> <table> <tr> <td> -</td> <td> <b> Agent</b> </td> <td> <b> OnBehalfOf</b> </td> </tr> <tr> <td> *</td> <td> <a> Practitioner/example</a> </td> <td> <a> Organization/f001</a> </td> </tr> </table> <p> <b> performer</b> : <a> Practitioner/f202</a> </p> <p> <b> reasonCode</b> : Fam hx-ischem heart dis <span> (Details : {ICD-9 code 'V173' = 'V173', given as 'Fam hx-ischem heart dis'})</span> </p> <p> <b> supportingInfo</b> : Fasting status. Generated Summary: id: fasting; status: final; Fasting status - Reported <span> (Details : {LOINC code '49541-6' = 'Fasting status - Reported', given as 'Fasting status - Reported'})</span> ; ????; Yes <span> (Details : {http://hl7.org/fhir/v2/0136 code 'Y' = 'Yes', given as 'Yes'})</span> </p> <p> <b> specimen</b> : Serum specimen. Generated Summary: id: serum; 20150107-0012; Serum sample <span> (Details : {SNOMED CT code '119364003' = 'Serum specimen', given as 'Serum sample'})</span> ; ????</p> <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://hl7.org/fhir/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://hl7.org/fhir/identifier-type"/> <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> <coding> <system value="http://acme.org/tests"/> <code value="LIPID"/> </coding> <text value="Lipid Panel"/> </code> <subject> <reference value="Patient/example"/> </subject> <context> <reference value="Encounter/example"/> </context> <occurrenceDateTime value="2013-05-02T16:16:00-07:00"/> <requester> <agent> <reference value="Practitioner/example"/> </agent> <onBehalfOf> <reference value="Organization/f001"/> </onBehalfOf> </requester> <performer> <reference value="Practitioner/f202"/> </performer> <reasonCode> <coding> <system value="http://hl7.org/fhir/sid/icd-9"/> <code value="V173"/> <display value="Fam hx-ischem heart dis"/> </coding> </reasonCode> <supportingInfo> <reference value="#fasting"/> <display value="Fasting status"/> </supportingInfo> <specimen> <reference value="#serum"/> <display value="Serum specimen"/> </specimen> <note> <text value="patient is afraid of needles"/> </note> </ProcedureRequest>
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.