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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeMessageDefinition
IdMessageDefinition-appointment.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": "MessageDefinition",
  "id": "20286153-8c5e-449a-aa60-34d9856fcaac",
  "url": "https://fhir.nhs.uk/MessageDefinition/appointment",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "64011859-32d9-4fd2-abc2-00e31a15b5fc"
    }
  ],
  "version": "1.0.0",
  "name": "PatientAppointment",
  "title": "Patient Appointment",
  "status": "active",
  "date": "2021-06-08",
  "description": "Used create an appointment.",
  "eventCoding": {
    "system": "https://fhir.nhs.uk/CodeSystem/message-event",
    "code": "appointment",
    "display": "Appointment"
  },
  "category": "consequence",
  "focus": [
    {
      "code": "Appointment",
      "min": 1,
      "max": "*"
    },
    {
      "code": "Patient",
      "profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient",
      "min": 0,
      "max": "1"
    }
  ]
}