This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

 

Example for Profile Example Lipid Profile

Raw JSON

{
  "resourceType": "DiagnosticReport",
  "text": {
    "status": "generated",
    "div": "<div> \n      <h3>Lipid Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2009 14:26</h3>            \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            <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n        </div>"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "cholesterol",
      "name": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "35200-5"
          }
        ],
        "text": "Cholesterol"
      },
      "valueQuantity": {
        "value": 6.3,
        "units": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "status": "final",
      "reliability": "ok",
      "referenceRange": [
        {
          "high": {
            "value": 4.5,
            "units": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "triglyceride",
      "name": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "35217-9"
          }
        ],
        "text": "Triglyceride"
      },
      "valueQuantity": {
        "value": 1.3,
        "units": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "status": "final",
      "reliability": "ok",
      "referenceRange": [
        {
          "high": {
            "value": 2.0,
            "units": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "hdlcholesterol",
      "name": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2085-9"
          }
        ],
        "text": "Cholesterol in HDL"
      },
      "valueQuantity": {
        "value": 1.3,
        "units": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "status": "final",
      "reliability": "ok",
      "referenceRange": [
        {
          "low": {
            "value": 1.5,
            "units": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "ldlcholesterol",
      "name": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "13457-7"
          }
        ],
        "text": "LDL Chol. (Calc)"
      },
      "valueQuantity": {
        "value": 4.6,
        "units": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "status": "final",
      "reliability": "ok",
      "referenceRange": [
        {
          "high": {
            "value": 3.0,
            "units": "mmol/L",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          }
        }
      ]
    }
  ],
  "name": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "57698-3",
        "display": "Lipid panel with direct LDL - Serum or Plasma"
      }
    ],
    "text": "Lipid Panel"
  },
  "status": "final",
  "issued": "2013-01-27T11:45:33+11:00",
  "subject": {
    "reference": "Patient/pat2"
  },
  "performer": {
    "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
    "display": "Acme Laboratory, Inc"
  },
  "identifier": {
    "system": "http://acme.com/lab/reports",
    "value": "5234342"
  },
  "serviceCategory": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0074",
        "code": "HM"
      }
    ]
  },
  "diagnosticDateTime": "2011-03-04T08:30:00+11:00",
  "result": [
    {
      "reference": "#cholesterol"
    },
    {
      "reference": "#triglyceride"
    },
    {
      "reference": "#hdlcholesterol"
    },
    {
      "reference": "#ldlcholesterol"
    }
  ]
}