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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeAppointment
Idappointment-123456789.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "basedOn": [
    {
      "reference": "ServiceRequest/987654321"
    }
  ],
  "created": "2023-06-06T10:00:00+02:00",
  "end": "2023-06-07T10:15:00.000+02:00",
  "extension": [
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode",
      "valueReference": {
        "reference": "Organization/UZL"
      }
    },
    {
      "extension": [
        {
          "url": "name",
          "valueString": "UZL_TEST_BOOK"
        },
        {
          "url": "description",
          "valueString": "Test book"
        }
      ],
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-appointment-book"
    }
  ],
  "id": "123456789",
  "identifier": [
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afsprakenBoek/slotNr",
      "use": "usual",
      "value": "123456789"
    }
  ],
  "meta": {
    "lastUpdated": "2023-06-12T14:10:31.896805+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAppointment"
    ]
  },
  "minutesDuration": 15,
  "participant": [
    {
      "actor": {
        "reference": "Location/RAD"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/408"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/B7D7WDKFLTXE"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/12345"
      },
      "status": "accepted",
      "type": [
        {
          "coding": [
            {
              "code": "Verwijzer",
              "display": "Verwijzer",
              "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/afzonderingActie/arts-supervisor"
            }
          ]
        }
      ]
    },
    {
      "actor": {
        "reference": "Practitioner/67891"
      },
      "status": "accepted",
      "type": [
        {
          "coding": [
            {
              "code": "Supervisor",
              "display": "Supervisor",
              "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/afzonderingActie/arts-supervisor"
            }
          ]
        }
      ]
    },
    {
      "actor": {
        "reference": "Practitioner/54321"
      },
      "status": "accepted",
      "type": [
        {
          "coding": [
            {
              "code": "Arts",
              "display": "Arts",
              "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/afzonderingActie/arts-supervisor"
            }
          ]
        }
      ]
    }
  ],
  "resourceType": "Appointment",
  "start": "2023-06-07T10:00:00.000+02:00",
  "status": "fulfilled"
}