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

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeAppointment
IdAppointment-2.16.840.1.113883.2.4.3.124.7.46240.80000006680.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

Appointment resource:

  • Status: 'Pending'

  • Encounter resourceClassPeriodReasonService provider
    Encounter resource 1AmbulatoryPeriod with lower bound 12-10-2022 11:30+0200 and upper bound 12-10-2022 11:40+0200.Not availableZiekenhuis Apotheek
  • Requested period: 'Period with lower bound 12-10-2022 11:30+0200 and upper bound 12-10-2022 11:40+0200.'

  • Location participantNameAddressStandard industry class code
    Location participant 1Ziekenhuis ApotheekTEST 1443DH Purmerend (Netherlands (the))Openbare apotheek
  • Appointment type 'Ambulatory'


Source1

{
  "resourceType": "Appointment",
  "id": "2.16.840.1.113883.2.4.3.124.7.46240.80000006680",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.124.7.46240.8",
      "value": "0000006680"
    }
  ],
  "status": "pending",
  "_status": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ActStatus",
              "code": "active",
              "display": "Pending"
            }
          ],
          "text": "In afwachting van uitvoering"
        }
      }
    ]
  },
  "appointmentType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "AMB",
        "display": "Ambulatory"
      }
    ],
    "text": "Poliklinisch"
  },
  "reason": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v3/NullFlavor",
          "code": "NAVU",
          "display": "not available"
        }
      ],
      "text": "Niet beschikbaar"
    }
  ],
  "start": "2022-10-12T11:30:00+02:00",
  "end": "2022-10-12T11:40:00+02:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
        "display": "Johan XXX_Helleman_Afblijven"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/a33a6b66-0e1b-4147-8ddc-dc2fe848f565",
        "display": "Ziekenhuis Apotheek"
      },
      "status": "accepted"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2022-10-12T11:30:00+02:00",
      "end": "2022-10-12T11:40:00+02:00"
    }
  ]
}