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-AverageSMBP-example.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 "AverageSMBP-example"

Profile: Average Self-measured Blood Pressure

Number of Measurements: 8

status: final

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

code: Blood pressure panel mean systolic and mean diastolic (LOINC#96607-7)

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

effective: 2023-03-01 06:00:00-0600 --> 2023-03-02 20:00:00-0600

issued: Mar 3, 2023, 2:12:29 AM

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

device: Device/example-smbp-device

derivedFrom:

component

code: Systolic blood pressure mean (LOINC#96608-5)

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

component

code: Diastolic blood pressure mean (LOINC#96609-3)

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


Source1

{
  "resourceType": "Observation",
  "id": "AverageSMBP-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/average-smbp"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/NumberOfMeasurementsExt",
      "valueInteger": 8
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "96607-7",
        "display": "Blood pressure panel mean systolic and mean diastolic"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-Sally-Sue"
  },
  "effectivePeriod": {
    "start": "2023-03-01T06:00:00-06:00",
    "end": "2023-03-02T20:00:00-06:00"
  },
  "issued": "2023-03-02T20:12:29-06:00",
  "performer": [
    {
      "reference": "Patient/patient-example-Sally-Sue"
    }
  ],
  "device": {
    "reference": "Device/example-smbp-device"
  },
  "derivedFrom": [
    {
      "reference": "Observation/SMBP-FirstAM-Measurement-Day1"
    },
    {
      "reference": "Observation/SMBP-SecondAM-Measurement-Day1"
    },
    {
      "reference": "Observation/SMBP-FirstPM-Measurement-Day1"
    },
    {
      "reference": "Observation/SMBP-SecondPM-Measurement-Day1"
    },
    {
      "reference": "Observation/SMBP-FirstAM-Measurement-Day2"
    },
    {
      "reference": "Observation/SMBP-SecondAM-Measurement-Day2"
    },
    {
      "reference": "Observation/SMBP-FirstPM-Measurement-Day2"
    },
    {
      "reference": "Observation/SMBP-SecondPM-Measurement-Day2"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "96608-5",
            "display": "Systolic blood pressure mean"
          }
        ]
      },
      "valueQuantity": {
        "value": 136,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "96609-3",
            "display": "Diastolic blood pressure mean"
          }
        ]
      },
      "valueQuantity": {
        "value": 86,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}