This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of observation

{"Observation": {
  "text": {
    "status": "generated",
    "div": "<div>Sept 17, 2012: Blood pressure 107/65 (normal)<\/div>"
  },
  "component": [
    {
      "type": {"coding": [{
        "system": {"value": "http://loinc.org"},
        "display": {"value": "Systolic blood pressure"},
        "code": {"value": "8580-6"}
      }]},
      "valueQuantity": {
        "value": {"value": "107"},
        "units": {"value": "mm[Hg]"}
      }
    },
    {
      "type": {"coding": [{
        "system": {"value": "http://loinc.org"},
        "display": {"value": "Diastolic blood pressure"},
        "code": {"value": "8462-4"}
      }]},
      "valueQuantity": {
        "value": {"value": "65"},
        "units": {"value": "mm[Hg]"}
      }
    }
  ],
  "subject": {
    "id": {"value": "a23"},
    "type": {"value": "Patient"}
  },
  "validDate": {"value": "2012-09-17"},
  "performer": {
    "id": {"value": "example"},
    "type": {"value": "Agent"}
  },
  "interpretation": {"coding": [{
    "system": {"value": "http://hl7.org/v3/ObservationInterpretation"},
    "display": {"value": "normal"},
    "code": {"value": "N"}
  }]},
  "type": {"coding": [{
    "system": {"value": "http://loinc.org"},
    "display": {"value": "Blood pressure systolic and diastolic"},
    "code": {"value": "55284-4"}
  }]},
  "identifier": {
    "id": {"value": "187e0c12-8dd2-67e2-99b2-bf273c878281"},
    "system": {"value": "urn:ietf:rfc:3986"}
  }
}}