R6 Ballot (3rd Draft)

Publish-box (todo)

Example Observation/lipidpanel-organizer (JSON)

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

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

An example of a lipid panel using an organizer Observation.

{
  "resourceType" : "Observation",
  "id" : "lipidpanel-organizer",
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }],
    "text" : "Laboratory"
  }],
  "code" : {
    "text" : "Lipid Panel"
  },
  "subject" : {
    "reference" : "Patient/pat2"
  },
  "organizer" : true,
  "effectiveDateTime" : "2015-08-16T06:40:17Z",
  "issued" : "2015-08-16T08:40:17Z",
  "hasMember" : [{
    "reference" : "Observation/cholesterol"
  },
  {
    "reference" : "Observation/hdl"
  },
  {
    "reference" : "Observation/ldl"
  },
  {
    "reference" : "Observation/non-hdl"
  },
  {
    "reference" : "Observation/triglycerides"
  },
  {
    "reference" : "Observation/vldl"
  }]
}

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.