DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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-glasgow.json

Raw JSON (canonical form)

Clinical assessment tool example - Glasgow Score

{
  "resourceType": "Observation",
  "id": "glasgow",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "motor",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9268-4",
            "display": "Glasgow coma score motor"
          }
        ],
        "text": "Motor"
      },
      "valueQuantity": {
        "value": 5,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "appliesDateTime": "2014-12-11T04:44:16Z",
      "status": "final",
      "reliability": "ok",
      "subject": {
        "reference": "Patient/example"
      }
    },
    {
      "resourceType": "Observation",
      "id": "verbal",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9270-0",
            "display": "Glasgow coma score verbal"
          }
        ],
        "text": "Verbal"
      },
      "valueQuantity": {
        "value": 4,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "appliesDateTime": "2014-12-11T04:44:16Z",
      "status": "final",
      "reliability": "ok",
      "subject": {
        "reference": "Patient/example"
      }
    },
    {
      "resourceType": "Observation",
      "id": "eyes",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9267-6",
            "display": "Glasgow coma score eye opening"
          }
        ],
        "text": "Eyes"
      },
      "valueQuantity": {
        "value": 4,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "appliesDateTime": "2014-12-11T04:44:16Z",
      "status": "final",
      "reliability": "ok",
      "subject": {
        "reference": "Patient/example"
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9269-2",
        "display": "Glasgow coma score total"
      }
    ],
    "text": "Glasgow Coma Scale , (GCS)"
  },
  "valueQuantity": {
    "value": 13,
    "system": "http://unitsofmeasure.org",
    "code": "{score}"
  },
  "appliesDateTime": "2014-12-11T04:44:16Z",
  "status": "final",
  "reliability": "ok",
  "subject": {
    "reference": "Patient/example",
    "display": "Peter James Chalmers"
  },
  "referenceRange": [
    {
      "high": {
        "value": 8,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "meaning": {
        "text": "Severe TBI"
      }
    },
    {
      "low": {
        "value": 9,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "high": {
        "value": 12,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "meaning": {
        "text": "Moderate TBI"
      }
    },
    {
      "low": {
        "value": 13,
        "system": "http://unitsofmeasure.org",
        "code": "{score}"
      },
      "meaning": {
        "text": "Mild TBI"
      }
    }
  ],
  "related": [
    {
      "type": "derived-from",
      "target": {
        "reference": "#motor",
        "display": "Motor score"
      }
    },
    {
      "type": "derived-from",
      "target": {
        "reference": "#verbal",
        "display": "Verbal score"
      }
    },
    {
      "type": "derived-from",
      "target": {
        "reference": "#eyes",
        "display": "Eyes score"
      }
    }
  ]
}

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.