This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CommunicationRequest",
"id" : "example",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Insurance Extension</b>: <a href=\"Coverage-example.html\">Generated Summary: id: 12345; status: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span>; dependent: 0; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span>; period: 2011-05-23 --> 2012-05-23</a></p><p><b>identifier</b>: id: ABC123</p><p><b>basedOn</b>: <span>EligibilityRequest</span></p><p><b>replaces</b>: <span>prior CommunicationRequest</span></p><p><b>groupIdentifier</b>: id: 12345</p><p><b>status</b>: draft</p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/communication-category instruction}\">Instruction</span></p><p><b>priority</b>: routine</p><p><b>medium</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationMode WRITTEN}\">written</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: v1451 (OFFICIAL); status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span>; <span title=\"Codes: {http://snomed.info/sct 270427003}\">Patient-initiated encounter</span>; <span title=\"Codes: {http://snomed.info/sct 310361003}\">Non-urgent cardiological admission</span>; <span title=\"Codes: {http://snomed.info/sct 34068001}\">Heart valve replacement</span></a></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Content[x]</b></td></tr><tr><td>*</td><td></td><td>Liver pathology biopsy report</td></tr></table><p><b>occurrence</b>: Jun 10, 2016 7:01:10 PM</p><p><b>authoredOn</b>: Jun 10, 2016 7:01:10 PM</p><p><b>requester</b>: <a href=\"Practitioner-example.html\">Generated Summary: id: 9941339108, id: 25456; Adam Careful </a></p><p><b>recipient</b>: <a href=\"Organization-example.html\">Generated Summary: id: 12345678; active; name: University Medical Center; Phone: +1 555 234 3523, info@acme.org</a></p><p><b>sender</b>: <a href=\"http://example.org/fhir/someOtherProvider\">http://example.org/fhir/someOtherProvider</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance",
"valueReference" : {
"reference" : "Coverage/example"
}
}
],
"identifier" : [
{
"system" : "http://www.jurisdiction.com/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[x]",
"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/example"
},
"recipient" : [
{
"reference" : "Organization/example"
}
],
"sender" : {
"reference" : "http://example.org/fhir/someOtherProvider"
}
}