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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeAppointment
IdAppointment-NgAppointment-001.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

Generated Narrative: Appointment NgAppointment-001

status: Booked

description: Child immunization visit (MCV1)

start: 2025-11-06 10:30:00+0100

end: 2025-11-06 10:45:00+0100

participant

actor: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)

required: Required

status: Accepted

participant

actor: Practitioner Kehinde Adebayo

required: Required

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "NgAppointment-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "description": "Child immunization visit (MCV1)",
  "start": "2025-11-06T10:30:00+01:00",
  "end": "2025-11-06T10:45:00+01:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}