This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of QICore Observation
{ "resourceType": "Observation", "id": "qicore", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "33586001", "display": "Sitting position (finding)" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/observation-delta", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "1250004", "display": "Decreased (qualifier value)" } ] } } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "30350-3", "display": "Hemoglobin [Mass/volume] in Venous blood" } ] }, "valueQuantity": { "value": 7.2, "units": "g/dl", "system": "http://unitsofmeasure.org", "code": "g/dL" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L", "display": "low" } ] }, "appliesPeriod": { "start": "2013-04-02T10:30:10+01:00", "end": "2013-04-05T10:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "status": "final", "reliability": "ok", "bodySiteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "308046002", "display": "Superficial forearm vein" } ] }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "120220003", "display": "Injection to forearm" } ] }, "subject": { "reference": "Patient/example" } }
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.