FHIR IG analytics| Package | ihe.pcc.maps |
| Resource Type | Appointment |
| Id | Appointment-activity-3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment activity-3
status: Proposed
reasonReference: Condition
description: The home delivery.
participant
actor: Amanda Alvarez
required: Required
status: Accepted
participant
type: attender
actor: Mavis Midwife
required: Required
status: Accepted
requestedPeriod: 2022-04-20 --> 2022-04-20
{
"resourceType": "Appointment",
"id": "activity-3",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "proposed",
"reasonReference": [
{
"reference": "Condition/p1"
}
],
"description": "The home delivery.",
"participant": [
{
"actor": {
"reference": "Patient/ex-Patient-AmandaAlvarez",
"display": "Amanda Alvarez"
},
"required": "required",
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND"
}
]
}
],
"actor": {
"reference": "Practitioner/pr1",
"display": "Mavis Midwife"
},
"required": "required",
"status": "accepted"
}
],
"requestedPeriod": [
{
"start": "2022-04-20",
"end": "2022-04-20"
}
]
}