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

FHIR IG analytics

Packagesynapxe.rcm.snapshots
Resource TypeBundle
IdComm-Bun-Threshold-response.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",
        "id": "EE478B7C642B4609BD2702E213AF0781",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2024-08-06T18:25:10.444+08:00",
          "profile": [
            "http://fhir.synapxe.sg/StructureDefinition/profile-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"
      },
      "response": {
        "status": "201",
        "location": "https://localhost:7297/Observation/EE478B7C642B4609BD2702E213AF0781",
        "etag": "W/\"1\"",
        "lastModified": "2024-08-06T10:25:10+00:00"
      }
    },
    {
      "resource": {
        "resourceType": "Communication",
        "id": "7AEC75738CA34DF4BE8F1BA46F321D5C",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2024-08-06T18:25:11.617+08:00",
          "profile": [
            "http://fhir.synapxe.sg/StructureDefinition/profile-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"
      },
      "response": {
        "status": "201",
        "location": "https://localhost:7297/Communication/7AEC75738CA34DF4BE8F1BA46F321D5C",
        "etag": "W/\"1\"",
        "lastModified": "2024-08-06T10:25:11+00:00"
      }
    }
  ]
}