FHIR IG analytics| Package | hl7.fhir.fi.scheduling |
| Resource Type | Appointment |
| Id | Appointment-appointment-status-extension-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment appointment-status-extension-01
Last updated: 2019-12-14 09:16:34+0300
status: Waitlisted
created: 2019-12-14 09:16:34+0300
| Actor | Status |
| Petri Potilas Male, DoB: 2010-10-11 ( urn:oid:1.2.246.21#101100A9277 (use: official, )) | Tentative |
{
"resourceType": "Appointment",
"id": "appointment-status-extension-01",
"meta": {
"lastUpdated": "2019-12-14T09:16:34.659+03:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "waitlist",
"_status": {
"extension": [
{
"url": "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/ajanvarauksen-tila",
"valueCoding": {
"system": "urn:oid:1.2.246.537.6.881",
"code": "1",
"display": "Suunniteltu"
}
}
]
},
"created": "2019-12-14T09:16:34+03:00",
"participant": [
{
"actor": {
"reference": "Patient/patient-petri"
},
"status": "tentative"
}
]
}