FHIR IG analytics| Package | ihe.pcc.maps |
| Resource Type | Appointment |
| Id | Appointment-activity-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment activity-1
status: Booked
description: The first antenatal encounter. This is where a detailed physical examination is performed and the pregnanacy discussed with the mother-to-be.
start: 2021-09-18 10:38:00+0000
end: 2021-09-18 10:50:00+0000
participant
actor: Amanda Alvarez
required: Required
status: Accepted
participant
type: attender
actor: Mavis Midwife
required: Required
status: Accepted
requestedPeriod: 2021-09-18 --> 2021-09-28
{
"resourceType": "Appointment",
"id": "activity-1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"description": "The first antenatal encounter. This is where a detailed physical examination is performed and the pregnanacy discussed with the mother-to-be.",
"start": "2021-09-18T10:38:00+00:00",
"end": "2021-09-18T10:50:00+00:00",
"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": "2021-09-18",
"end": "2021-09-28"
}
]
}