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

FHIR IG analytics

Packagebloodpressure
Resource TypeObservation
IdObservation-BloodPressureExample.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 BloodPressureExample

status: Final

category: blood pressure

code: Blood pressure panel with all children optional

subject: Smith (no stated gender), DoB Unknown

effective: 2024-05-12 09:30:10+0100

performer: Practitioner Dr. Miller

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

note:

ok

component

code: Systolic blood pressure

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

component

code: Diastolic blood pressure

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


Source1

{
  "resourceType": "Observation",
  "id": "BloodPressureExample",
  "meta": {
    "profile": [
      "http://bloodpressure.oemig.de/fhir/StructureDefinition/us-core-modified-blood-pressure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://bloodpressure.oemig.de/fhir/CodeSystem/ObservationCategory",
          "code": "vital-sign-bp"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat1"
  },
  "effectiveDateTime": "2024-05-12T09:30:10+01:00",
  "performer": [
    {
      "reference": "Practitioner/physician1"
    }
  ],
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "mm[Hg]"
  },
  "note": [
    {
      "text": "ok"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "#mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "#mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}