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

FHIR IG analytics

Packageig.fhir-il-community.org.t17
Resource TypeAppointment
IdAppointment-t17-booked-appointment.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

פרטי התור עבורו נשלחה בקשה להתחייבות

Source1

{
  "resourceType": "Appointment",
  "id": "t17-booked-appointment",
  "meta": {
    "profile": [
      "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.tlvmc.gov.il/Appointment/identifier",
      "value": "A-10005"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "SBJ",
              "display": "subject"
            }
          ]
        }
      ],
      "actor": {
        "identifier": {
          "system": "http://fhir.leumit.co.il/identifier/magnetic-card",
          "value": "1-123456-123456-789"
        },
        "reference": "urn:uuid:8be7c2eb-07a2-4dfb-b27d-821863201199",
        "type": "Patient"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "code": "PPRF",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "display": "primary performer"
            }
          ]
        }
      ],
      "actor": {
        "identifier": {
          "system": "http://practitioners.health.gov.il/Practitioners",
          "value": "1-4281388"
        },
        "type": "Practitioner"
      },
      "status": "accepted"
    }
  ],
  "status": "booked",
  "appointmentType": {
    "coding": [
      {
        "code": "FOLLOWUP",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276"
      }
    ]
  },
  "description": "תור לביקור חוזר",
  "start": "2023-07-01T09:00:00Z",
  "end": "2023-09-01T10:00:00Z",
  "created": "2023-07-02"
}