This page is part of the FHIR Specification (v4.3.0-snapshot1: Release 4B Snapshot #1). 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 JSON (canonical form + also see JSON Format Specification)
Lipid Panel Order
{ "resourceType": "ServiceRequest", "id": "lipid", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource "lipid" </p></div><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> (tests#LIPID)</span></p><p><b>subject</b>: <a>Patient/example</a> "Peter CHALMERS"</p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>occurrence</b>: 2013-05-02T16:16:00-07:00</p><p><b>requester</b>: <a>Practitioner/example</a> "Adam CAREFUL"</p><p><b>performer</b>: <a>Practitioner/f202</a> "Luigi Maas"</p><p><b>reasonCode</b>: Fam hx-ischem heart dis <span> (ICD-9#V173)</span></p><p><b>supportingInfo</b>: <a> </a></p><blockquote><div><p>Resource "fasting" </p></div><p><b>status</b>: final</p><p><b>code</b>: Fasting status - Reported <span> (<a>LOINC</a>#49541-6)</span></p><p><b>subject</b>: <a>Patient/example</a> "Peter CHALMERS"</p><p><b>value</b>: Yes <span> (v2-0136#Y)</span></p></blockquote><p><b>specimen</b>: <a> </a></p><blockquote><div><p>Resource "serum" </p></div><p><b>identifier</b>: id: 20150107-0012</p><p><b>type</b>: Serum sample <span> (<a>SNOMED CT</a>#119364003)</span></p><p><b>subject</b>: <a>Patient/example</a> "Peter CHALMERS"</p><h3>Collections</h3><table><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>" }, "contained": [ { "resourceType": "Observation", "id": "fasting", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "49541-6", "display": "Fasting status - Reported" } ] }, "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0136", "code": "Y", "display": "Yes" } ] } }, { "resourceType": "Specimen", "id": "serum", "identifier": [ { "system": "http://acme.org/specimens", "value": "20150107-0012" } ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "119364003", "display": "Serum sample" } ] }, "subject": { "reference": "Patient/example" }, "collection": { "collectedDateTime": "2015-08-16T06:40:17Z" } } ], "identifier": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "PLAC" } ], "text": "Placer" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345234234234" } ], "status": "active", "intent": "original-order", "code": { "coding": [ { "system": "http://acme.org/tests", "code": "LIPID" } ], "text": "Lipid Panel" }, "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "occurrenceDateTime": "2013-05-02T16:16:00-07:00", "requester": { "reference": "Practitioner/example" }, "performer": [ { "reference": "Practitioner/f202" } ], "reasonCode": [ { "coding": [ { "system": "http://hl7.org/fhir/sid/icd-9", "code": "V173", "display": "Fam hx-ischem heart dis" } ] } ], "supportingInfo": [ { "reference": "#fasting", "display": "Fasting status" } ], "specimen": [ { "reference": "#serum", "display": "Serum specimen" } ], "note": [ { "text": "patient is afraid of needles" } ] }
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.