This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
JSON Format: CommunicationRequest-cdex-example-attachment-request
Raw json
{ "resourceType" : "CommunicationRequest", "id" : "cdex-example-attachment-request", "meta" : { "versionId" : "4", "lastUpdated" : "2019-04-19T13:08:24.000-04:00" }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Request for Discharge Summary\n \n </div>" }, "identifier" : [ { "system" : "http://www.jurisdiction.com/insurer/123456", "value" : "ABC123" } ], "groupIdentifier" : { "value" : "12345" }, "status" : "active", "category" : [ { "coding" : [ { "system" : "http://acme.org/messagetypes", "code" : "SolicitedAttachmentRequest" } ] } ], "priority" : "routine", "medium" : [ { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode", "code" : "WRITTEN", "display" : "written" } ], "text" : "written" } ], "subject" : { "reference" : "Patient/cdex-example-patient" }, "about" : [ { "reference" : "Claim/cdex-example-claim" } ], "encounter" : { "reference" : "Encounter/cdex-example-encounter" }, "payload" : [ { "extension" : [ { "url" : "http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-payload-clinical-note-type", "valueCodeableConcept" : { "coding" : [ { "system" : "http://loinc.org", "code" : "18842-5" } ] } } ], "contentString" : "Please provide the discharge summary to support your Claim# 8612345." } ], "occurrenceDateTime" : "2016-06-10T11:01:10-08:00", "authoredOn" : "2016-06-10T11:01:10-08:00", "requester" : { "reference" : "Practitioner/cdex-example-practitioner" }, "recipient" : [ { "reference" : "Organization/cdex-example-provider" } ], "sender" : { "reference" : "Organization/cdex-example-payer" } }