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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeAppointment
IdAppointment-gp-appointment-hl7.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": "Appointment",
  "id": "gp-appointment-hl7",
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "code": "gp",
          "system": "http://example.org/service-category",
          "display": "General Practice"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "code": "52",
          "display": "General Discussion"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "394814009",
          "system": "http://snomed.info/sct",
          "display": "General practice"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "code": "FOLLOWUP",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "display": "A follow up visit from a previous appointment"
      }
    ]
  },
  "reasonReference": [
    {
      "reference": "Condition/example",
      "display": "Severe burn of left ear"
    }
  ],
  "priority": 5,
  "description": "Discussion on the results of your recent MRI",
  "start": "2013-12-10T09:00:00Z",
  "end": "2013-12-10T11:00:00Z",
  "created": "2013-10-10",
  "comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.",
  "basedOn": [
    {
      "reference": "ServiceRequest/myringotomy"
    }
  ],
  "participant": [
    {
      "actor": {
        "reference": "Patient/example",
        "display": "Peter James Chalmers"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "code": "ATND",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/md"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/hospital-unit"
      },
      "required": "required",
      "status": "accepted"
    }
  ],
  "identifier": [
    {
      "system": "http://hospital.smarthealth.org/appointments",
      "value": "appt-98765"
    }
  ],
  "supportingInformation": [
    {
      "reference": "DocumentReference/appointment-doc"
    }
  ],
  "slot": [
    {
      "reference": "Slot/slot-1234"
    }
  ]
}