FHIR IG analytics| Package | hl7.fhir.nl.zorgviewer |
| Resource Type | Appointment |
| Id | Appointment-2.16.840.1.113883.2.4.3.124.7.46240.80000006680.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Status: 'Pending'
| Encounter resource | Class | Period | Reason | Service provider |
|---|---|---|---|---|
| Encounter resource 1 | Ambulatory | Period with lower bound 12-10-2022 11:30+0200 and upper bound 12-10-2022 11:40+0200. | Not available | Ziekenhuis Apotheek |
Requested period: 'Period with lower bound 12-10-2022 11:30+0200 and upper bound 12-10-2022 11:40+0200.'
| Location participant | Name | Address | Standard industry class code |
|---|---|---|---|
| Location participant 1 | Ziekenhuis Apotheek | TEST 1443DH Purmerend (Netherlands (the)) | Openbare apotheek |
Appointment type 'Ambulatory'
{
"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"
}
]
}