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

FHIR IG Statistics: StructureDefinition/Appointment-id-core

PackageIdHIE.0v
Resource TypeStructureDefinition
IdAppointment-id-core
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=IdHIE.0v@0.0.1&canonical=http://fhir.hie.moh.gov.id/StructureDefinition/Appointment-id-core
URLhttp://fhir.hie.moh.gov.id/StructureDefinition/Appointment-id-core
Version1.0.0
Statusactive
Date2023-06-07T07:16:10.3933867+00:00
NameAppointmentIdCore
TitleAppointment (ID Core)
DescriptionA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
TypeAppointment
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
simple-register-id-coreSimpleRegister (ID Core)
ValueSet
cancelation-reason-id-coreValueSetCancelationReason (ID Core)
specialty-id-coreValueSetSpecialty (IdCore)
service-type-id-coreValueSetServiceType (ID Core)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Appointment-id-core",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-01-11T08:03:37.185563+00:00"
  },
  "url": "http://fhir.hie.moh.gov.id/StructureDefinition/Appointment-id-core",
  "version": "1.0.0",
  "name": "AppointmentIdCore",
  "title": "Appointment (ID Core)",
  "status": "active",
  "date": "2023-06-07T07:16:10.3933867+00:00",
  "description": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Appointment.extension",
        "path": "Appointment.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Appointment.extension:simpleRegister",
        "path": "Appointment.extension",
        "sliceName": "simpleRegister",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.id/StructureDefinition/simple-register-id-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Appointment.extension:simpleRegister.extension",
        "path": "Appointment.extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Appointment.extension:simpleRegister.extension:identifier",
        "path": "Appointment.extension.extension",
        "sliceName": "identifier",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Appointment.extension:simpleRegister.extension:name",
        "path": "Appointment.extension.extension",
        "sliceName": "name",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Appointment.extension:simpleRegister.extension:birthDate",
        "path": "Appointment.extension.extension",
        "sliceName": "birthDate",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Appointment.cancelationReason",
        "path": "Appointment.cancelationReason",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.id/ValueSet/cancelation-reason-id-core"
        }
      },
      {
        "id": "Appointment.serviceCategory",
        "path": "Appointment.serviceCategory",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.id/Valueset/service-request-category-id-core"
        }
      },
      {
        "id": "Appointment.serviceType",
        "path": "Appointment.serviceType",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.id/ValueSet/service-type-id-core"
        }
      },
      {
        "id": "Appointment.specialty",
        "path": "Appointment.specialty",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.id/ValueSet/specialty-id-core"
        }
      },
      {
        "id": "Appointment.appointmentType",
        "path": "Appointment.appointmentType",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.id/Valueset/schedule-type-id-core"
        }
      },
      {
        "id": "Appointment.participant",
        "path": "Appointment.participant",
        "constraint": [
          {
            "key": "app-1",
            "severity": "error",
            "human": "Either the type or actor on the participant SHALL be specified",
            "source": "http://fhir.hie.moh.gov.id/StructureDefinition/Appointment"
          }
        ]
      },
      {
        "id": "Appointment.participant.actor.type",
        "path": "Appointment.participant.actor.type",
        "min": 1
      },
      {
        "id": "Appointment.participant.actor.display",
        "path": "Appointment.participant.actor.display",
        "min": 1
      }
    ]
  }
}