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

FHIR IG analytics

Packagemyhie.v4
Resource TypeStructureDefinition
IdStructureDefinition-Appointment-my-core.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": "StructureDefinition",
  "id": "Appointment-my-core",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2024-03-07T01:06:44.0657435+00:00"
  },
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core",
  "version": "1.0.0",
  "name": "AppointmentMyCore",
  "title": "Appointment (MY Core)",
  "status": "active",
  "date": "2024-03-13T01:41:41.3395961+00:00",
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "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:simpleRegister",
        "path": "Appointment.extension",
        "sliceName": "simpleRegister",
        "short": "Extension used in appointment for simple registration without having to creating a patient resource",
        "definition": "Extension used in appointment for simple registration without having to creating a patient resource",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/simple-register-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Appointment.extension:simpleRegister.extension:identifier",
        "path": "Appointment.extension.extension",
        "sliceName": "identifier",
        "max": "1"
      },
      {
        "id": "Appointment.extension:simpleRegister.extension:name",
        "path": "Appointment.extension.extension",
        "sliceName": "name",
        "max": "1"
      },
      {
        "id": "Appointment.extension:simpleRegister.extension:birthDate",
        "path": "Appointment.extension.extension",
        "sliceName": "birthDate",
        "max": "1"
      },
      {
        "id": "Appointment.identifier",
        "path": "Appointment.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Appointment.identifier:vcToken",
        "path": "Appointment.identifier",
        "sliceName": "vcToken"
      },
      {
        "id": "Appointment.identifier:vcToken.system",
        "path": "Appointment.identifier.system",
        "fixedUri": "http://fhir.hie.moh.gov.my/sid/vc-token"
      },
      {
        "id": "Appointment.cancelationReason",
        "path": "Appointment.cancelationReason",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/cancelation-reason-my-core"
        }
      },
      {
        "id": "Appointment.serviceCategory",
        "path": "Appointment.serviceCategory",
        "min": 1,
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/encounter-category-my-core"
        }
      },
      {
        "id": "Appointment.serviceType",
        "path": "Appointment.serviceType",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/service-type-my-core"
        }
      },
      {
        "id": "Appointment.specialty",
        "path": "Appointment.specialty",
        "min": 1
      },
      {
        "id": "Appointment.specialty.coding",
        "path": "Appointment.specialty.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Appointment.specialty.coding:specialty",
        "path": "Appointment.specialty.coding",
        "sliceName": "specialty",
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/specialty-my-core"
        }
      },
      {
        "id": "Appointment.specialty.coding:specialty.system",
        "path": "Appointment.specialty.coding.system",
        "fixedUri": "http://fhir.hie.moh.gov.my/ValueSet/specialty-my-core"
      },
      {
        "id": "Appointment.specialty.coding:serviceCategory",
        "path": "Appointment.specialty.coding",
        "sliceName": "serviceCategory",
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core"
        }
      },
      {
        "id": "Appointment.specialty.coding:serviceCategory.system",
        "path": "Appointment.specialty.coding.system",
        "fixedUri": "http://fhir.hie.moh.gov.my/ValueSet/servicerequest-category-my-core"
      },
      {
        "id": "Appointment.appointmentType",
        "path": "Appointment.appointmentType",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/Valueset/schedule-type-my-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.my/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
      }
    ]
  }
}