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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeCommunication
IdUKCore-Communication-FirstMMRVaccination-Example.json
FHIR VersionR4

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

An example to illustrate a communication to notify that a patient has had their first MMR Vaccination

Source1

{
  "resourceType": "Communication",
  "id": "UKCore-Communication-FirstMMRVaccination-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
          "code": "immunisations",
          "display": "Immunisations"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/communication-category",
          "code": "notification",
          "display": "Notification"
        }
      ]
    }
  ],
  "medium": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
          "code": "ELECTRONIC",
          "display": "electronic data"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/UKCore-Patient-BabyPatient-Example",
    "display": "JONES, Melanie"
  },
  "sent": "2022-12-11T13:00:00+00:00",
  "received": "2022-12-11T13:01:33+00:00",
  "sender": {
    "reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example",
    "display": "Dr Paul Rastall"
  },
  "payload": [
    {
      "contentString": "First MMR vaccination administered to Melanie"
    }
  ]
}