R6 Ballot (3rd Draft)

Publish-box (todo)

Example Observation/non-hdl (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 non-HDL cholesterol measurement.

{
  "resourceType" : "Observation",
  "id" : "non-hdl",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation non-hdl</b></p><a name=\"non-hdl\"> </a><a name=\"hcnon-hdl\"> </a><a name=\"non-hdl-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{urn:oid:1.2.840.114350.1.13.177.2.7.10.798268.30 Lab}\">Lab</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 43396-1}\">Non HDL Cholesterol</span></p><p><b>subject</b>: <a href=\"Patient/pat2\">Donald, Duck</a></p><p><b>effective</b>: 2015-08-16T06:40:17Z</p><p><b>issued</b>: 2015-08-16T08:40:17Z</p><p><b>value</b>: 191 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code = 'mg/dL')</span></p><p><b>note</b>: Calculated non-HDL Cholesterol (non-HDL-C) indirectly measures LDL-C, Lp(a), \nIDL-C, and VLDL-C. It is a surrogate marker for Apoprotein B. Goal should be\n less than 130 mg/dL.\n</p><p><b>specimen</b>: <a href=\"Specimen/sst\">Serum sample</a></p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }],
    "text" : "Laboratory"
  },
  {
    "coding" : [{
      "system" : "urn:oid:1.2.840.114350.1.13.177.2.7.10.798268.30",
      "code" : "Lab",
      "display" : "Lab"
    }],
    "text" : "Lab"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "43396-1",
      "display" : "Cholesterol non HDL [Mass/volume] in Serum or Plasma"
    }],
    "text" : "Non HDL Cholesterol"
  },
  "subject" : {
    "reference" : "Patient/pat2"
  },
  "effectiveDateTime" : "2015-08-16T06:40:17Z",
  "issued" : "2015-08-16T08:40:17Z",
  "valueQuantity" : {
    "value" : 191,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  },
  "note" : [{
    "text" : "Calculated non-HDL Cholesterol (non-HDL-C) indirectly measures LDL-C, Lp(a), \r\nIDL-C, and VLDL-C. It is a surrogate marker for Apoprotein B. Goal should be\r\n less than 130 mg/dL.\r\n"
  }],
  "specimen" : {
    "reference" : "Specimen/sst",
    "display" : "Serum sample"
  }
}

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.