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-02.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: 0000000002 (http://example-xis.org/fhir/appointmentID), Status: geboekt
PatiƫntinstructiesSportschoenen mee
SpecialismeFysiotherapeuten, sportfysiotherapie
TypeAmbulatory
OmschrijvingFysiotherapie Controle afspraak
Timing10:30 - 11:00 op 12 juli 2018
Deelnemers

Source1

{
  "resourceType": "Appointment",
  "id": "eafspraak-appointment-02",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-PatientInstructions",
      "valueString": "Sportschoenen mee"
    }
  ],
  "identifier": [
    {
      "system": "http://example-xis.org/fhir/appointmentID",
      "value": "0000000002"
    }
  ],
  "status": "booked",
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0408",
          "display": "Fysiotherapeuten, sportfysiotherapie"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "AMB",
        "display": "Ambulatory"
      }
    ]
  },
  "description": "Fysiotherapie Controle afspraak",
  "start": "2018-07-12T10:30:00+01:00",
  "end": "2018-07-12T11:00:00+01:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/eafspraak-patient-01",
        "display": "Alex XXX_Verweij"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/eafspraak-practitioner-02",
        "display": "B. Kneder"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/eafspraak-location-03",
        "display": "Fysiotherapie Kneder"
      },
      "status": "accepted"
    }
  ]
}