FHIR IG analytics| Package | org.helex.ccm |
| Resource Type | Communication |
| Id | Communication-communication-ccm-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication communication-ccm-example
Profile: CommunicationCcm
status: Completed
category: instruction
topic: Taastusravi juhised
sent: 2023-10-01 10:00:00+0000
sender: Practitioner Liina Lind
note:
Patient instructed on rehabilitation exercises.
{
"resourceType": "Communication",
"id": "communication-ccm-example",
"meta": {
"profile": [
"http://helex.org/ig/ccm/StructureDefinition/communication-ccm"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CarePlan/care-plan-ccm-example"
}
],
"status": "completed",
"category": [
{
"coding": [
{
"code": "instruction"
}
]
}
],
"subject": {
"reference": "Patient/patient-ccm-example"
},
"topic": {
"coding": [
{
"system": "https://helex.org/fhir/CodeSystem/ccm-communication-topic",
"code": "rehabilitation-instructions",
"display": "Taastusravi juhised"
}
]
},
"sent": "2023-10-01T10:00:00Z",
"recipient": [
{
"reference": "Patient/patient-ccm-example"
}
],
"sender": {
"reference": "Practitioner/practitioner-ccm-example"
},
"note": [
{
"text": "Patient instructed on rehabilitation exercises."
}
]
}