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

FHIR IG analytics

Packagehl7.fhir.us.cardx-htn
Resource TypeObservation
IdObservation-BloodPressurePanel-Madatory.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 "BloodPressurePanel-Madatory"

Profiles: Blood Pressure Panel, http://hl7.org/fhir/us/vitals/StructureDefinition/blood-pressure-panel

status: final

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

code: Blood pressure panel with all children optional (LOINC#85354-9)

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

effective: 2022-02-10 12:00:29-0900

component

code: Systolic blood pressure (LOINC#8480-6)

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

component

code: Diastolic blood pressure (LOINC#8462-4)

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


Source1

{
  "resourceType": "Observation",
  "id": "BloodPressurePanel-Madatory",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/blood-pressure-panel",
      "http://hl7.org/fhir/us/vitals/StructureDefinition/blood-pressure-panel"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-Jake-Donald"
  },
  "effectiveDateTime": "2022-02-10T12:00:29-09:00",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 140,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}