FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Observation/ekg-abnormal-period (JSON)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: Device, Encounter, Group, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

EKG annotation example using a paired Observation with valuePeriod

{
  "resourceType" : "Observation",
  "id" : "ekg-abnormal-period",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>This Observation identifies the abnormal interval from 09:30:35.240 to 09:30:35.320 in the EKG waveform referenced by derivedFrom.</p>\n    </div>"
  },
  "status" : "final",
  "code" : {
    "text" : "Abnormal EKG period"
  },
  "subject" : {
    "reference" : "Patient/f001",
    "display" : "P. van de Heuvel"
  },
  "effectiveDateTime" : "2015-02-19T10:00:00+01:00",
  "performer" : [{
    "reference" : "Practitioner/f005",
    "display" : "A. Langeveld"
  }],
  "valuePeriod" : {
    "start" : "2015-02-19T09:30:35.240+01:00",
    "end" : "2015-02-19T09:30:35.320+01:00"
  },
  "derivedFrom" : [{
    "reference" : "Observation/ekg",
    "display" : "EKG waveform"
  }]
}

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.