FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Communication |
| Id | Communication-alert.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}