FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-dnsm-scenario3.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CommunicationRequest dnsm-scenario3
Definition: Activity Example Do Not Send Message AD
status: Revoked
statusReason: Medical reason
doNotPerform: true
subject: Example Patient Female, DoB: 1990-10-01
| Content[x] |
| Hello! |
recipient: Example Patient Female, DoB: 1990-10-01
{
"resourceType": "CommunicationRequest",
"id": "dnsm-scenario3",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical",
"valueCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-donotsendmessage-ad"
}
],
"status": "revoked",
"statusReason": {
"text": "Medical reason"
},
"doNotPerform": true,
"subject": {
"reference": "Patient/dnsm-scenario3-patient"
},
"payload": [
{
"contentString": "Hello!"
}
],
"recipient": [
{
"reference": "Patient/dnsm-scenario3-patient"
}
]
}