FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/20286153-8c5e-449a-aa60-34d9856fcaac

Packageuk.nhsdigital.r4.test
Resource TypeMessageDefinition
Id20286153-8c5e-449a-aa60-34d9856fcaac
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/MessageDefinition/appointment
URLhttps://fhir.nhs.uk/MessageDefinition/appointment
Version1.0.0
Statusactive
Date2021-06-08
NamePatientAppointment
TitlePatient Appointment
DescriptionUsed create an appointment.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

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