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