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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCommunication
IdCommunication-reduceExcercise.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Communication",
  "id": "14256fa0-59c3-45b8-b363-e2ed10af93d2",
  "identifier": [
    {
      "value": "14256fa0-59c3-45b8-b363-e2ed10af93d2"
    }
  ],
  "status": "completed",
  "payload": [
    {
      "contentString": "You are burning a lot of calories. Recommend you lay off the intense exercise for the next week"
    }
  ],
  "sent": "2023-03-11T07:28:30.404Z",
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9333333333"
    }
  },
  "sender": {
    "type": "Organization",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RY6"
    }
  },
  "recipient": [
    {
      "type": "Patient",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/nhs-number",
        "value": "9333333333"
      }
    }
  ]
}