FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Observation/compound-numeric-blood-pressure (JSON)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: Device, Encounter, Group, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Compound Numeric Blood Pressure Measurement

{
  "resourceType" : "Observation",
  "id" : "compound-numeric-blood-pressure",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/bp"]
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "vital-signs"
    }],
    "text" : "Vital Signs"
  }],
  "code" : {
    "coding" : [{
      "system" : "urn:iso:std:iso:11073:10101",
      "code" : "150020",
      "display" : "MDC_PRESS_BLD_NONINV"
    },
    {
      "system" : "http://loinc.org",
      "code" : "85354-9"
    }],
    "text" : "Blood pressure"
  },
  "subject" : {
    "reference" : "Patient/patientExample-1"
  },
  "effectiveDateTime" : "2018-11-11T11:38:15-05:00",
  "performer" : [{
    "reference" : "Patient/patientExample-1"
  }],
  "device" : {
    "reference" : "Device/phd-711000FEFF5F49B0.B0495F001071"
  },
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "150021",
        "display" : "MDC_PRESS_BLD_NONINV_SYS"
      },
      {
        "system" : "http://loinc.org",
        "code" : "8480-6"
      }],
      "text" : "Systolic blood pressure"
    },
    "valueQuantity" : {
      "value" : 116,
      "unit" : "mm[Hg]",
      "system" : "http://unitsofmeasure.org",
      "code" : "mm[Hg]"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "150022",
        "display" : "MDC_PRESS_BLD_NONINV_DIA"
      },
      {
        "system" : "http://loinc.org",
        "code" : "8462-4"
      }],
      "text" : "Diastolic blood pressure"
    },
    "valueQuantity" : {
      "value" : 71,
      "unit" : "mm[Hg]",
      "system" : "http://unitsofmeasure.org",
      "code" : "mm[Hg]"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "150023",
        "display" : "MDC_PRESS_BLD_NONINV_MEAN"
      }],
      "text" : "Mean blood pressure"
    },
    "valueQuantity" : {
      "value" : 86,
      "unit" : "mm[Hg]",
      "system" : "http://unitsofmeasure.org",
      "code" : "mm[Hg]"
    }
  }]
}

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.