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

FHIR IG analytics

Packageorg.helex.ccm
Resource TypeCommunication
IdCommunication-communication-ccm-example.json
FHIR VersionR5

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


Source1

{
  "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."
    }
  ]
}