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-01.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: 0000000001 (http://example-xis.org/fhir/appointmentID), Status: voltooid
SpecialismeMedisch specialisten, chirurgie
OmschrijvingPoliklinische Controle Chirurgie
Timing09:00 - 09:45 op 1 januari 2018
Deelnemers

Source1

{
  "resourceType": "Appointment",
  "id": "eafspraak-appointment-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example-xis.org/fhir/appointmentID",
      "value": "0000000001"
    }
  ],
  "status": "fulfilled",
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0303",
          "display": "Medisch specialisten, chirurgie"
        }
      ]
    }
  ],
  "description": "Poliklinische Controle Chirurgie",
  "start": "2018-01-01T09:00:00+01:00",
  "end": "2018-01-01T09:45:00+01:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/eafspraak-patient-01",
        "display": "Alex XXX_Verweij"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/eafspraak-practitioner-01",
        "display": "A.F. Snijder"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/eafspraak-location-01",
        "display": "West vleugel"
      },
      "status": "accepted"
    }
  ]
}