FHIR IG analytics| Package | hl7.fhir.fi.scheduling |
| Resource Type | Appointment |
| Id | Appointment-appointment-status-extension-03.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-03
Last updated: 2019-12-14 15:17:11+0300
status: Pending
start: 2020-01-04 13:20:00+0300
end: 2020-01-04 13:40:00+0300
created: 2019-12-14 09:16:34+0300
participant
actor: Petri Potilas Male, DoB: 2010-10-11 ( urn:oid:1.2.246.21#101100A9277 (use: official, ))
status: Needs Action
participant
actor: Practitioner Keijo Kätilö
status: Accepted
{
"resourceType": "Appointment",
"id": "appointment-status-extension-03",
"meta": {
"lastUpdated": "2019-12-14T15:17:11.012+03:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "pending",
"_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"
}
}
]
},
"start": "2020-01-04T13:20:00+03:00",
"end": "2020-01-04T13:40:00+03:00",
"created": "2019-12-14T09:16:34+03:00",
"participant": [
{
"actor": {
"reference": "Patient/patient-petri"
},
"status": "needs-action"
},
{
"actor": {
"reference": "Practitioner/practitioner-keijo"
},
"status": "accepted"
}
]
}