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

FHIR IG analytics

Packagesynapxe.rcm.snapshots
Resource TypeBundle
IdComm-Bun-Threshold.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "urn:uuid:observation",
      "resource": {
        "resourceType": "Observation",
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "35094-2",
              "display": "Blood Pressure"
            }
          ]
        },
        "subject": {
          "reference": "Patient/F7C24984F6C040809B9D01EC52F83BE7"
        },
        "issued": "2024-07-24T10:00:00+00:00",
        "device": {
          "type": "Device",
          "identifier": {
            "system": "http://fhir.synapxe.sg/NamingSystem/device-guid",
            "value": "67890"
          }
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8480-6",
                  "display": "Systolic Blood Pressure"
                }
              ]
            },
            "valueQuantity": {
              "value": "250",
              "unit": "mmHg",
              "system": "http://unitsofmeasure.org",
              "code": "mmHg"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8462-4",
                  "display": "Diastolic Blood Pressure"
                }
              ]
            },
            "valueQuantity": {
              "value": "50",
              "unit": "mmHg",
              "system": "http://unitsofmeasure.org",
              "code": "mmHg"
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "resource": {
        "resourceType": "Communication",
        "status": "in-progress",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/communication-category",
                "code": "alert"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/F7C24984F6C040809B9D01EC52F83BE7"
        },
        "about": [
          {
            "reference": "urn:uuid:observation"
          }
        ],
        "sent": "2024-07-24T10:00:00Z",
        "reason": [
          {
            "concept": {
              "coding": [
                {
                  "system": "http://fhir.synapxe.sg/CodeSystem/rcm-communication-alert-codes",
                  "code": "threshold"
                }
              ]
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Communication"
      }
    }
  ]
}