RIVO-Noord Zorgviewer Implementation Guide
1.15.0 - sprint58 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.15.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - JSON Representation

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Appointment resource:</h3><ul><li><p><strong>Status:</strong> &#x27;Pending&#x27;</p></li><li><table><thead><tr><th>Encounter resource</th><th>Class</th><th>Period</th><th>Reason</th><th>Service provider</th></tr></thead><tbody><tr><td>Encounter resource 1</td><td>Ambulatory</td><td>Period with lower bound 12-10-2022 11:30&#x2B;0200 and upper bound 12-10-2022 11:40&#x2B;0200.</td><td>Not available</td><td>Ziekenhuis Apotheek</td></tr></tbody></table></li><li><p><strong>Requested period:</strong> &#x27;Period with lower bound 12-10-2022 11:30&#x2B;0200 and upper bound 12-10-2022 11:40&#x2B;0200.&#x27;</p></li><li><table><thead><tr><th>Location participant</th><th>Name</th><th>Address</th><th>Standard industry class code</th></tr></thead><tbody><tr><td>Location participant 1</td><td>Ziekenhuis Apotheek</td><td>TEST 1443DH Purmerend (Netherlands (the))</td><td>Openbare apotheek</td></tr></tbody></table></li><li><p><strong>Appointment type</strong> &#x27;Ambulatory&#x27;</p></li></ul></div>"
  },
  "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"
    }
  ]
}