FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Communication |
| Id | Communication-sm-scenario7-communication.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication sm-scenario7-communication
status: Not Done
statusReason: Patient refused
subject: Example Patient Female, DoB: 1990-10-01
recipient: Example Patient Female, DoB: 1990-10-01
| Content[x] |
| Hello! |
{
"resourceType": "Communication",
"id": "sm-scenario7-communication",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CommunicationRequest/sm-scenario7"
}
],
"status": "not-done",
"statusReason": {
"text": "Patient refused"
},
"subject": {
"reference": "Patient/sm-scenario7-patient"
},
"recipient": [
{
"reference": "Patient/sm-scenario7-patient"
}
],
"payload": [
{
"contentString": "Hello!"
}
]
}