FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

Diagnosticreport-example-lipids.json

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

Raw JSON (canonical form)

Lipid profile

{
  "resourceType": "DiagnosticReport",
  "id": "lipids",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n\n      <h3>Lipid Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2009 14:26</h3>\n\n\n      <pre>\nTest                  Units       Value       Reference Range\nCholesterol           mmol/L      6.3         &lt;4.5\nTriglyceride          mmol/L      1.3         &lt;2.0\nHDL Cholesterol       mmol/L      1.3         &gt;1.5\nLDL Chol. (calc)      mmol/L      4.2         &lt;3.0\n      </pre>\n\n\n      <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n\n\n    </div>"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "cholesterol",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "14647-2",
            "display": "Cholesterol [Moles/​volume] in Serum or Plasma"
          }
        ],
        "text": "Cholesterol"
      },
      "subject": {
        "reference": "Patient/pat2"
      },
      "performer": [
        {
          "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
          "display": "Acme Laboratory, Inc"
        }
      ],
      "valueQuantity": {
        "value": 6.3,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "referenceRange": [
        {
          "high": {
            "value": 4.5,
            "unit": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "triglyceride",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "14927-8",
            "display": "Triglyceride [Moles/​volume] in Serum or Plasma"
          }
        ],
        "text": "Triglyceride"
      },
      "subject": {
        "reference": "Patient/pat2"
      },
      "performer": [
        {
          "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
          "display": "Acme Laboratory, Inc"
        }
      ],
      "valueQuantity": {
        "value": 1.3,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "referenceRange": [
        {
          "high": {
            "value": 2.0,
            "unit": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "hdlcholesterol",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2085-9",
            "display": "Cholesterol in HDL [Moles/​volume] in Serum or Plasma"
          }
        ],
        "text": "Cholesterol in HDL"
      },
      "subject": {
        "reference": "Patient/pat2"
      },
      "performer": [
        {
          "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
          "display": "Acme Laboratory, Inc"
        }
      ],
      "valueQuantity": {
        "value": 1.3,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "referenceRange": [
        {
          "low": {
            "value": 1.5,
            "unit": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "ldlcholesterol",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39469-2",
            "display": "Cholesterol in LDL [Moles/​volume] in Serum or Plasma by calculation"
          }
        ],
        "text": "LDL Chol. (Calc)"
      },
      "subject": {
        "reference": "Patient/pat2"
      },
      "performer": [
        {
          "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
          "display": "Acme Laboratory, Inc"
        }
      ],
      "valueQuantity": {
        "value": 4.6,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "referenceRange": [
        {
          "high": {
            "value": 3.0,
            "unit": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://acme.com/lab/reports",
      "value": "5234342"
    }
  ],
  "status": "final",
  "category": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0074",
        "code": "HM"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24331-1",
        "display": "Lipid 1996 panel - Serum or Plasma"
      }
    ],
    "text": "Lipid Panel"
  },
  "subject": {
    "reference": "Patient/pat2"
  },
  "effectiveDateTime": "2011-03-04T08:30:00+11:00",
  "issued": "2013-01-27T11:45:33+11:00",
  "performer": [
    {
      "actor": {
        "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
        "display": "Acme Laboratory, Inc"
      }
    }
  ],
  "result": [
    {
      "reference": "#cholesterol"
    },
    {
      "reference": "#triglyceride"
    },
    {
      "reference": "#hdlcholesterol"
    },
    {
      "reference": "#ldlcholesterol"
    }
  ]
}

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.