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

FHIR IG analytics

Packagehl7.fhir.us.cardx-htn
Resource TypeObservation
IdObservation-Observation-1PM-Day5.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 "Observation-1PM-Day5"

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

bodyPosition: Sitting Position (SNOMED CT#33586001)

Sleep Status: Awake (SNOMED CT#248218005)

Exercise Association: At rest (SNOMED CT#263678003)

Measurement Setting: Home (SNOMED CT#264362003)

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-Sally-Sue " SUE"

effective: 2023-03-05 05:33:21-0900

bodySite: Structure of right brachial artery (body structure) (SNOMED CT#723962009)

method: Arterial pressure monitoring, non-invasive method (regime/therapy) (SNOMED CT#17146006)

device: Device/phd-bloodpressuremonitor-MS

component

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

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

component

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

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


Source1

{
  "resourceType": "Observation",
  "id": "Observation-1PM-Day5",
  "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": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "33586001",
            "display": "Sitting Position"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/SleepStatusExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "248218005",
            "display": "Awake"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/ExerciseAssociationExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "263678003",
            "display": "At rest"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/MeasurementSettingExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "264362003",
            "display": "Home"
          }
        ]
      }
    }
  ],
  "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-Sally-Sue"
  },
  "effectiveDateTime": "2023-03-05T05:33:21-09:00",
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "723962009",
        "display": "Structure of right brachial artery (body structure)"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "17146006",
        "display": "Arterial pressure monitoring, non-invasive method (regime/therapy)"
      }
    ]
  },
  "device": {
    "reference": "Device/phd-bloodpressuremonitor-MS"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 128,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 86,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}