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: R5 R4B R4 R3 R2

Observation-example-f204-creatinine.json

Real-world patient - creatinine

{
  "resourceType": "Observation",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>name</b>: \n        <span title=\"Codes: {http://snomed.info/sct 365756002}\">Creatinine level</span>\n      </p>\n      <p>\n        <b>value[x]</b>: 122 umol/L\n      </p>\n      <p>\n        <b>interpretation</b>: \n        <span title=\"Codes: {http://snomed.info/sct 166717003}, {http://hl7.org/fhir/v2/0078 H}\">Serum creatinine raised</span>\n      </p>\n      <p>\n        <b>issued</b>: 4-Apr 2013 14:34\n      </p>\n      <p>\n        <b>status</b>: final_\n      </p>\n      <p>\n        <b>reliability</b>: ok\n      </p>\n      <p>\n        <b>method</b>: \n        <span title=\"Codes: {http://snomed.info/sct 113075003}\">Creatinine measurement, serum</span>\n      </p>\n      <p>\n        <b>identifier</b>: Creatinine value of Roel on April 2013 - 03720 = 1304-03720-Creatinine\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>performer</b>: Luigi Maas\n      </p>\n      <h3>ReferenceRanges</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Low</b>\n          </td>\n          <td>\n            <b>High</b>\n          </td>\n          <td>\n            <b>Meaning</b>\n          </td>\n          <td>\n            <b>Age</b>\n          </td>\n        </tr>\n        <tr>\n          <td>64 null</td>\n          <td>104 null</td>\n          <td>\n            <span title=\"Codes: {http://hl7.org/fhir/referencerange-meaning normal}\">Normal Range</span>\n          </td>\n          <td> </td>\n        </tr>\n      </table>\n    </div>"
  },
  "name": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "365756002",
        "display": "Creatinine level"
      }
    ]
  },
  "valueQuantity": {
    "value": 122,
    "units": "umol/L",
    "system": "http://snomed.info/sct",
    "code": "258814008"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "166717003",
        "display": "Serum creatinine raised"
      },
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "H"
      }
    ]
  },
  "issued": "2013-04-04T14:34:00+01:00",
  "status": "final",
  "reliability": "ok",
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "113075003",
        "display": "Creatinine measurement, serum"
      }
    ]
  },
  "identifier": {
    "label": "Creatinine value of Roel on April 2013 - 03720",
    "system": "https://intranet.aumc.nl/labvalues",
    "value": "1304-03720-Creatinine"
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "performer": [
    {
      "reference": "Practitioner/f202",
      "display": "Luigi Maas"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 64
      },
      "high": {
        "value": 104
      },
      "meaning": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      }
    }
  ]
}