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

FHIR IG analytics

Packagehl7.fhir.uv.phd.r4
Resource TypeObservation
IdObservation-bpm-status.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

The BPM reports issues with a measurement.


Source1

{
  "resourceType": "Observation",
  "id": "bpm-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdBitsEnumerationObservation"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice",
      "valueReference": {
        "reference": "Device/phg-ecde3d4e58532d31.000000000000"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/phd/StructureDefinition/CoincidentTimeStampReference",
      "valueReference": {
        "reference": "Observation/coin-example-1"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories",
          "code": "phd"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "8410608",
        "display": "MDC_BLOOD_PRESSURE_MEASUREMENT_STATUS"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patientExample-1"
  },
  "effectiveDateTime": "2018-11-11T19:07:48-05:00",
  "device": {
    "reference": "Device/phd-74E8FFFEFF051C00.001C05FFE874"
  },
  "derivedFrom": [
    {
      "reference": "Observation/compound-numeric-blood-pressure"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
            "code": "8410608.0",
            "display": "body-movement"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
            "code": "8410608.5",
            "display": "improper-body-position"
          }
        ]
      },
      "valueBoolean": true
    }
  ]
}