FHIR IG analytics| Package | hl7.fhir.us.davinci-crd.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
identifier: http://example.org/insurer/123456/ABC123
basedOn: EligibilityRequest
replaces: prior CommunicationRequest
groupIdentifier: 12345
status: Draft
category: Instruction
priority: Routine
medium: written
subject: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Extension | Content[x] |
| Liver pathology biopsy report |
occurrence: 2016-06-10 11:01:10-0800
authoredOn: 2016-06-10 11:01:10-0800
requester: Practitioner Bone
recipient: Organization University Medical Center
{
"resourceType": "CommunicationRequest",
"id": "example",
"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": "draft",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "instruction"
}
]
}
],
"priority": "routine",
"medium": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code": "WRITTEN",
"display": "written"
}
],
"text": "written"
}
],
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"payload": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-CommunicationRequest.payload.content%5Bx%5D",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "65752-8",
"display": "Liver Pathology biopsy report"
}
]
}
}
],
"contentString": "Liver pathology biopsy report"
}
],
"occurrenceDateTime": "2016-06-10T11:01:10-08:00",
"authoredOn": "2016-06-10T11:01:10-08:00",
"requester": {
"reference": "Practitioner/full"
},
"recipient": [
{
"reference": "Organization/example"
}
],
"sender": {
"reference": "http://example.org/fhir/someOtherProvider"
}
}