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

FHIR IG analytics

Packagehl7.fhir.us.cardx-htn
Resource TypeObservation
IdObservation-TwentyFourHourBloodPressure-Mandatory.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

Resource Observation "TwentyFourHourBloodPressure-Mandatory"

Profiles: Twenty Four Hour Blood Pressure, http://hl7.org/fhir/us/vitals/StructureDefinition/twenty-four-hour-blood-pressure

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Blood Pressure panel 24 hour mean (LOINC#97844-5)

subject: Patient/patient-example-Jake-Donald " DONALD"

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

component

code: Systolic blood pressure 24 hour mean (LOINC#8490-5)

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

component

code: Diastolic blood pressure 24 hour mean (LOINC#8472-3)

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


Source1

{
  "resourceType": "Observation",
  "id": "TwentyFourHourBloodPressure-Mandatory",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/twenty-four-hour-blood-pressure",
      "http://hl7.org/fhir/us/vitals/StructureDefinition/twenty-four-hour-blood-pressure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "97844-5",
        "display": "Blood Pressure panel 24 hour mean"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-Jake-Donald"
  },
  "effectivePeriod": {
    "start": "2023-10-16T12:30:00+10:00",
    "end": "2023-10-17T12:30:00+10:00"
  },
  "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]"
      }
    }
  ]
}