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

FHIR IG Statistics: StructureDefinition/t17-booked-appointment

Packageig.fhir-il-community.org.t17
Resource TypeStructureDefinition
Idt17-booked-appointment
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ig.fhir-il-community.org.t17@1.0.0&canonical=http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment
URLhttp://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment
Statusdraft
NameT17BookedAppointment
TitleT17 Booked Appointment
Descriptionפרטי התור עבורו נשלחה בקשה להתחייבות
TypeAppointment
Kindresource

Resources that use this resource

StructureDefinition
t17-bundle-reqT17 Bundle Req
t17-requestT17 Request

Resources that this resource uses

ValueSet
v2-0276hl7VS-appointmentReasonCodes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "t17-booked-appointment",
  "url": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment",
  "name": "T17BookedAppointment",
  "title": "T17 Booked Appointment",
  "status": "draft",
  "description": "פרטי התור עבורו נשלחה בקשה להתחייבות",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Appointment.status",
        "path": "Appointment.status",
        "patternCode": "booked"
      },
      {
        "id": "Appointment.appointmentType",
        "path": "Appointment.appointmentType",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "appointment-type"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276"
        }
      },
      {
        "id": "Appointment.start",
        "path": "Appointment.start",
        "min": 1
      },
      {
        "id": "Appointment.end",
        "path": "Appointment.end",
        "min": 1
      },
      {
        "id": "Appointment.participant",
        "path": "Appointment.participant",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "rules": "open",
          "description": "מתוך מערך המשתתפים (*..1)- חייב להיות לפחות משתתף אחד שהוא מטופל",
          "ordered": false
        }
      },
      {
        "id": "Appointment.participant:subject",
        "path": "Appointment.participant",
        "sliceName": "subject",
        "min": 1,
        "max": "*"
      },
      {
        "id": "Appointment.participant:subject.type.coding",
        "path": "Appointment.participant.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Appointment.participant:subject.type.coding.system",
        "path": "Appointment.participant.type.coding.system",
        "min": 1,
        "patternUri": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"
      },
      {
        "id": "Appointment.participant:subject.type.coding.code",
        "path": "Appointment.participant.type.coding.code",
        "min": 1,
        "patternCode": "SBJ"
      },
      {
        "id": "Appointment.participant:subject.type.coding.display",
        "path": "Appointment.participant.type.coding.display",
        "min": 1,
        "patternString": "subject"
      },
      {
        "id": "Appointment.participant:subject.actor",
        "path": "Appointment.participant.actor",
        "min": 1
      },
      {
        "id": "Appointment.participant:subject.actor.identifier",
        "path": "Appointment.participant.actor.identifier",
        "min": 1
      },
      {
        "id": "Appointment.participant:subject.actor.identifier.system",
        "path": "Appointment.participant.actor.identifier.system",
        "min": 1
      },
      {
        "id": "Appointment.participant:subject.actor.identifier.value",
        "path": "Appointment.participant.actor.identifier.value",
        "min": 1
      },
      {
        "id": "Appointment.participant:subject.status",
        "path": "Appointment.participant.status",
        "fixedCode": "accepted"
      }
    ]
  }
}