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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeCommunication
IdCommunication-alert.json
FHIR VersionR4

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": "Communication",
  "id": "alert",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-communication"
    ]
  },
  "identifier": [
    {
      "type": {
        "text": "Paging System"
      },
      "system": "urn:oid:1.3.4.5.6.7",
      "value": "2345678901"
    }
  ],
  "instantiatesUri": [
    "http://mockup.org/hyperkalemia"
  ],
  "partOf": [
    {
      "display": "Serum Potassium Observation"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "code": "Alert",
          "system": "http://acme.org/messagetypes"
        }
      ],
      "text": "Alert"
    }
  ],
  "medium": [
    {
      "coding": [
        {
          "code": "WRITTEN",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
          "display": "written"
        }
      ],
      "text": "written"
    }
  ],
  "subject": {
    "reference": "Patient/patient-israeli"
  },
  "encounter": {
    "reference": "Encounter/home-visit"
  },
  "sent": "2014-12-12T18:01:10-08:00",
  "received": "2014-12-12T18:01:11-08:00",
  "recipient": [
    {
      "reference": "Practitioner/md"
    }
  ],
  "sender": {
    "reference": "Device/example-device"
  },
  "payload": [
    {
      "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)"
    },
    {
      "contentReference": {
        "display": "Serum Potassium Observation"
      }
    }
  ],
  "note": [
    {
      "text": "Urgent alert – requires immediate physician review."
    }
  ],
  "reasonCode": [
    {
      "text": "Critical lab value notification"
    }
  ],
  "priority": "urgent"
}