FHIR IG analytics| Package | ihe.pcc.maps.us |
| Resource Type | Appointment |
| Id | Appointment-activity-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment activity-2
status: Proposed
description: The second antenatal encounter. Discuss any issues that arose from the first antenatal encounter
participant
actor: Amanda Alvarez
required: Required
status: Accepted
participant
type: attender
actor: Mavis Midwife
required: Required
status: Accepted
requestedPeriod: 2021-10-12 --> 2021-10-12
{
"resourceType": "Appointment",
"id": "activity-2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "proposed",
"description": "The second antenatal encounter. Discuss any issues that arose from the first antenatal encounter",
"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-10-12",
"end": "2021-10-12"
}
]
}