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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4b
Resource TypeCommunicationRequest
IdCommunicationRequest-dnsm-scenario5.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 dnsm-scenario5

status: Active

subject: Example Patient Female, DoB: 1990-10-01

Payloads

-Content[x]
*Hello!

recipient: Example Patient Female, DoB: 1990-10-01


Source1

{
  "resourceType": "CommunicationRequest",
  "id": "dnsm-scenario5",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "subject": {
    "reference": "Patient/dnsm-scenario5-patient"
  },
  "payload": [
    {
      "contentString": "Hello!"
    }
  ],
  "recipient": [
    {
      "reference": "Patient/dnsm-scenario5-patient"
    }
  ]
}