FHIR IG analytics| Package | hl7.fhir.us.qicore.r4 |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CommunicationRequest example
Profile: QICore CommunicationRequest
identifier: http://example.org/insurer/123456/ABC123
basedOn: EligibilityRequest
replaces: prior CommunicationRequest
groupIdentifier: 12345
status: Active
category: Notification
priority: Routine
medium: written
| Content[x] |
| Please provide the accident report and any associated pictures to support your Claim #DEF5647. |
occurrence: 2016-06-10 11:01:10-0800
authoredOn: 2016-06-10 11:01:10-0800
requester: Practitioner Adam Careful
{
"resourceType": "CommunicationRequest",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/insurer/123456",
"value": "ABC123"
}
],
"basedOn": [
{
"display": "EligibilityRequest"
}
],
"replaces": [
{
"display": "prior CommunicationRequest"
}
],
"groupIdentifier": {
"value": "12345"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "notification"
}
]
}
],
"priority": "routine",
"medium": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code": "WRITTEN",
"display": "written"
}
],
"text": "written"
}
],
"encounter": {
"reference": "Encounter/example"
},
"payload": [
{
"contentString": "Please provide the accident report and any associated pictures to support your Claim #DEF5647."
}
],
"occurrenceDateTime": "2016-06-10T11:01:10-08:00",
"authoredOn": "2016-06-10T11:01:10-08:00",
"requester": {
"reference": "Practitioner/example"
},
"recipient": [
{
"reference": "Organization/example"
}
],
"sender": {
"reference": "Patient/example"
}
}