2nd DSTU Draft For Comment

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

Raw JSON (canonical form)

Blood Pressure Measurement

{
  "resourceType": "Bundle",
  "id": "blood-pressure",
  "meta": {
    "lastUpdated": "2014-01-30T22:35:23+11:00"
  },
  "type": "collection",
  "base": "http://hl7.org/fhir",
  "entry": [
    {
      "resource": {
        "resourceType": "Observation",
        "id": "34252345234",
        "meta": {
          "lastUpdated": "2014-01-30T22:35:23+11:00"
        },
        "text": {
          "status": "generated",
          "div": "<div>!-- Snipped for Brevity --></div>"
        },
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "55284-4",
              "display": "Blood pressure systolic & diastolic"
            }
          ]
        },
        "interpretation": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0078",
              "code": "L",
              "display": "Below low normal"
            }
          ],
          "text": "low"
        },
        "appliesDateTime": "2012-09-17",
        "status": "final",
        "reliability": "ok",
        "identifier": {
          "system": "urn:ietf:rfc:3986",
          "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281"
        },
        "subject": {
          "reference": "Patient/example"
        },
        "performer": [
          {
            "reference": "Practitioner/example"
          }
        ],
        "related": [
          {
            "type": "has-component",
            "target": {
              "reference": "http://acme.org/ehr/observations/34252345234-s"
            }
          },
          {
            "type": "has-component",
            "target": {
              "reference": "http://acme.org/ehr/observations/34252345234-d"
            }
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "Observation",
        "id": "34252345234-s",
        "meta": {
          "lastUpdated": "2014-01-30T22:35:23+11:00"
        },
        "text": {
          "status": "generated",
          "div": "<div>!-- Snipped for Brevity --></div>"
        },
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8480-6",
              "display": "Systolic blood pressure"
            },
            {
              "system": "http://snomed.info/sct",
              "code": "271649006",
              "display": "Systolic blood pressure"
            },
            {
              "system": "http://acme.org/devices/clinical-codes",
              "code": "bp-s",
              "display": "Systolic Blood pressure"
            }
          ]
        },
        "valueQuantity": {
          "value": 107,
          "units": "mm[Hg]"
        },
        "status": "final",
        "reliability": "ok"
      }
    },
    {
      "resource": {
        "resourceType": "Observation",
        "id": "34252345234-d",
        "meta": {
          "lastUpdated": "2014-01-30T22:35:23+11:00"
        },
        "text": {
          "status": "generated",
          "div": "<div>!-- Snipped for Brevity --></div>"
        },
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8462-4",
              "display": "Diastolic blood pressure"
            }
          ]
        },
        "valueQuantity": {
          "value": 60,
          "units": "mm[Hg]"
        },
        "status": "final",
        "reliability": "ok"
      }
    }
  ]
}

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.