FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vitals
Resource TypeObservation
IdObservation-TwentyFourHourBloodPressure-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation TwentyFourHourBloodPressure-example

Measurement Setting: Home (environment)

status: Final

category: Vital Signs

code: Blood Pressure panel 24 hour mean

subject: OldMan 1234

effective: 2020-10-16 12:30:00+1000 --> 2020-10-17 12:30:00+1000

issued: 2020-10-17 12:35:00+1000

performer: OldMan 1234

bodySite: Structure of left brachial artery (body structure)

device: Device: extension = Blood pressure cuff, adult size (physical object); type = Automatic-inflation electronic sphygmomanometer, portable, arm/wrist (physical object)

component

code: Systolic blood pressure 24 hour mean

value: 120 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure 24 hour mean

value: 80 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Observation",
  "id": "TwentyFourHourBloodPressure-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/twenty-four-hour-blood-pressure"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "264362003",
            "display": "Home (environment)"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "97844-5",
        "display": "Blood Pressure panel 24 hour mean"
      }
    ]
  },
  "subject": {
    "display": "OldMan 1234"
  },
  "effectivePeriod": {
    "start": "2020-10-16T12:30:00+10:00",
    "end": "2020-10-17T12:30:00+10:00"
  },
  "issued": "2020-10-17T12:35:00+10:00",
  "performer": [
    {
      "display": "OldMan 1234"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "723961002",
        "display": "Structure of left brachial artery (body structure)"
      }
    ]
  },
  "device": {
    "reference": "Device/BPDevice2-example"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8490-5",
            "display": "Systolic blood pressure 24 hour mean"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8472-3",
            "display": "Diastolic blood pressure 24 hour mean"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}