FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Communication |
| Id | Communication-done-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication done-example
Language: en
Profile: QICore CommunicationDone
partOf: Serum Potassium Observation
status: On Hold
statusReason: Recipient Unavailable
category: Alert
medium: written
topic: Hyperkalemia
sent: 2014-12-12 18:01:10-0800
received: 2014-12-12 18:01:11-0800
recipient: Practitioner Adam Careful
payload
content: Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)
payload
content: Serum Potassium Observation
{
"resourceType": "Communication",
"id": "done-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationdone"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"partOf": [
{
"display": "Serum Potassium Observation"
}
],
"status": "on-hold",
"statusReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-not-done-reason",
"code": "recipient-unavailable"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "alert"
}
],
"text": "Alert"
}
],
"medium": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code": "WRITTEN",
"display": "written"
}
],
"text": "written"
}
],
"subject": {
"reference": "Patient/example"
},
"topic": {
"text": "Hyperkalemia"
},
"encounter": {
"reference": "Encounter/example"
},
"sent": "2014-12-12T18:01:10-08:00",
"received": "2014-12-12T18:01:11-08:00",
"recipient": [
{
"reference": "Practitioner/example"
}
],
"sender": {
"reference": "Device/example"
},
"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"
}
}
]
}