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/f005 (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

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

Real-world patient - hemoglobin

{
  "resourceType" : "Observation",
  "id" : "f005",
  "identifier" : [{
    "use" : "official",
    "system" : "http://www.bmc.nl/zorgportal/identifiers/observations",
    "value" : "6327"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "718-7",
      "display" : "Hemoglobin [Mass/volume] in Blood"
    }]
  },
  "subject" : {
    "reference" : "Patient/f001",
    "display" : "P. van de Heuvel"
  },
  "effectiveDateTime" : "2013-04-05T10:30:10+01:00",
  "issued" : "2013-04-05T15:30:10+01:00",
  "performer" : [{
    "reference" : "Practitioner/f005",
    "display" : "A. Langeveld"
  }],
  "valueQuantity" : {
    "value" : 7.2,
    "unit" : "g/dl",
    "system" : "http://unitsofmeasure.org",
    "code" : "g/dL"
  },
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "L",
      "display" : "Low"
    }]
  }],
  "referenceRange" : [{
    "low" : {
      "value" : 7.5,
      "unit" : "g/dl",
      "system" : "http://unitsofmeasure.org",
      "code" : "g/dL"
    },
    "high" : {
      "value" : 10,
      "unit" : "g/dl",
      "system" : "http://unitsofmeasure.org",
      "code" : "g/dL"
    }
  }]
}

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.