FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-cdex.r4b
Resource TypeCommunicationRequest
IdCommunicationRequest-cdex-task-inline-communicationrequest-example1.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Payloads

-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


Source1

{
  "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"
  }
}