FHIR IG analytics| Package | hl7.fhir.us.davinci-cdex.r4 |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-cdex-task-inline-communicationrequest-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CommunicationRequest cdex-task-inline-communicationrequest-example1
status: Active
category: authorization
priority: Routine
subject: http://example.org/fhir/Patient/cdex-example-patient
about: http://example.org/fhir/Claim/cdex-example-claim
| Content[x] |
| Gather clinical information on Patient B from referring provider. |
occurrence: 2020-10-27 09:34:53-0700
authoredOn: 2020-10-27 09:34:53-0700
requester: http://example.org/fhir/Organization/cdex-example-referred-to-provider
recipient: http://example.org/fhir/Organization/cdex-example-referred-to-provider
sender: http://example.org/fhir/Organization/cdex-example-referring-provider
{
"resourceType": "CommunicationRequest",
"id": "cdex-task-inline-communicationrequest-example1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://example.org/fhir/communication-category",
"code": "authorization"
}
]
}
],
"priority": "routine",
"subject": {
"reference": "http://example.org/fhir/Patient/cdex-example-patient"
},
"about": [
{
"reference": "http://example.org/fhir/Claim/cdex-example-claim"
}
],
"payload": [
{
"contentString": "Gather clinical information on Patient B from referring provider."
}
],
"occurrenceDateTime": "2020-10-27T09:34:53-07:00",
"authoredOn": "2020-10-27T09:34:53-07:00",
"requester": {
"reference": "http://example.org/fhir/Organization/cdex-example-referred-to-provider"
},
"recipient": [
{
"reference": "http://example.org/fhir/Organization/cdex-example-referred-to-provider"
}
],
"sender": {
"reference": "http://example.org/fhir/Organization/cdex-example-referring-provider"
}
}