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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-htn-mng.r4
Resource TypeObservation
IdObservation-SMBP-FirstPM-Measurement-Day1.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 "SMBP-FirstPM-Measurement-Day1"

Profile: Self-measured Blood Pressure

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-01 14:00:00-0900

issued: Mar 1, 2023, 11:10:00 PM

performer: Patient/patient-example-Sally-Sue " SUE"

device: Device/example-smbp-device

component

code: BP sys (LOINC#8480-6)

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

component

code: BP dias (LOINC#8462-4)

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


Source1

{
  "resourceType": "Observation",
  "id": "SMBP-FirstPM-Measurement-Day1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/self-measured-bp"
    ]
  },
  "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": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-Sally-Sue"
  },
  "effectiveDateTime": "2023-03-01T14:00:00-09:00",
  "issued": "2023-03-01T14:10:00-09:00",
  "performer": [
    {
      "reference": "Patient/patient-example-Sally-Sue"
    }
  ],
  "device": {
    "reference": "Device/example-smbp-device"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 130,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 83,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}