FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Communication |
| Id | Communication-negation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication negation-example
Language: en
Profile: QICore Communication Not Done
Event Recorded: 2014-12-12 18:01:10-0800
status: Not Done
statusReason: Patient has moved away (finding)
category: Alert
medium: written
topic: Progress Update
sent: 2014-12-12 18:01:10-0800
received: 2014-12-12 18:01:11-0800
recipient: Practitioner Adam Careful
| Content[x] |
| Patient example has moved away |
{
"resourceType": "Communication",
"id": "negation-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/event-recorded",
"valueDateTime": "2014-12-12T18:01:10-08:00"
}
],
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "184081006",
"display": "Patient has moved away (finding)"
}
]
},
"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": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-topic",
"code": "progress-update",
"display": "Progress Update"
}
]
},
"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 example has moved away"
}
]
}