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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.eafspraak
Resource TypeAppointment
IdeAfspraak-Appointment-04.json
FHIR VersionR3

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

AfspraakId: 112233 (http://example-ehr.nl/NamingSystem/appointmentId), Status: geboekt
TypeAmbulatory
OmschrijvingFysiotherapie Controle afspraak
Timing11:30 - 11:40 op 12 juli 2018
Deelnemers

Source1

{
  "resourceType": "Appointment",
  "id": "eafspraak-appointment-04",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example-ehr.nl/NamingSystem/appointmentId",
      "value": "112233"
    }
  ],
  "status": "booked",
  "appointmentType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "AMB",
        "display": "Ambulatory"
      }
    ]
  },
  "description": "Fysiotherapie Controle afspraak",
  "start": "2018-07-12T11:30:00+01:00",
  "end": "2018-07-12T11:40:00+01:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/nl-core-patient-01",
        "display": "Johan XXX_Helleman"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/eafspraak-location-01",
        "display": "West vleugel"
      },
      "status": "accepted"
    }
  ]
}