{ "resourceType": "DiagnosticOrder", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

contained:

subject: Patient/example

orderer: Practitioner/example

identifier: Placer = 2345234234234

encounter: Encounter/example

reason: Fam hx-ischem heart dis (Details : {ICD-9 code 'V173' = '??', given as 'Fam hx-ischem heart dis'})

supportingInformation: id: fasting; status: final; Fasting status - Reported (Details : {LOINC code '49541-6' = 'Fasting status - Reported', given as 'Fasting status - Reported'}); Patient/example; Yes (Details : {http://hl7.org/fhir/v2/0136 code 'Y' = 'Yes', given as 'Yes'})

status: received

Events

-StatusDateTimeActor
*requested02/05/2013 4:16:00 PMPractitioner/example

Items

-CodeSpecimen
*Lipid Panel (Details : {http://acme.org/tests code 'LIPID' = '??)Specimen/101

note: patient is afraid of needles

" }, "contained": [ { "resourceType": "Observation", "id": "fasting", "status": "final", "_status": { "fhir_comments": [ " the mandatory quality flag: " ] }, "code": { "coding": [ { "system": "http://loinc.org", "code": "49541-6", "display": "Fasting status - Reported" } ] }, "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v2/0136", "code": "Y", "display": "Yes" } ] } } ], "subject": { "reference": "Patient/example" }, "orderer": { "reference": "Practitioner/example" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "PLAC" } ], "text": "Placer" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345234234234" } ], "encounter": { "reference": "Encounter/example" }, "reason": [ { "coding": [ { "system": "http://hl7.org/fhir/sid/icd-9", "code": "V173", "display": "Fam hx-ischem heart dis" } ] } ], "supportingInformation": [ { "reference": "#fasting" } ], "status": "received", "event": [ { "status": "requested", "dateTime": "2013-05-02T16:16:00-07:00", "actor": { "reference": "Practitioner/example" } } ], "item": [ { "code": { "coding": [ { "system": "http://acme.org/tests", "code": "LIPID" } ], "text": "Lipid Panel" }, "specimen": [ { "reference": "Specimen/101" } ] } ], "note": [ { "text": "patient is afraid of needles" } ] }