FHIR IG analytics| Package | hl7.fhir.fi.scheduling |
| Resource Type | Appointment |
| Id | Appointment-appointment-status-extension-10.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-10
Last updated: 2020-07-22 09:19:18+0300
status: Fulfilled
start: 2020-01-07 09:00:00+0300
end: 2020-01-07 09:20:00+0300
created: 2019-12-22 19:24:17+0300
participant
actor: Petri Potilas Male, DoB: 2010-10-11 ( urn:oid:1.2.246.21#101100A9277 (use: official, ))
status: Accepted
participant
actor: Practitioner Keijo Kätilö
status: Accepted
{
"resourceType": "Appointment",
"id": "appointment-status-extension-10",
"meta": {
"lastUpdated": "2020-07-22T09:19:18.035+03:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "fulfilled",
"_status": {
"extension": [
{
"url": "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/ajanvarauksen-tila",
"valueCoding": {
"system": "urn:oid:1.2.246.537.6.881",
"code": "7",
"display": "Toteutunut"
}
}
]
},
"start": "2020-01-07T09:00:00+03:00",
"end": "2020-01-07T09:20:00+03:00",
"created": "2019-12-22T19:24:17+03:00",
"participant": [
{
"actor": {
"reference": "Patient/patient-petri"
},
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/practitioner-keijo"
},
"status": "accepted"
}
]
}