Digital Referral Prescription
1.0.0 - STU
This page is part of the HL7 BE Digital referral prescription IG (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "gpvisit",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrative</p></div>"
},
"status" : "active",
"intent" : "plan",
"subject" : {
🔗 "reference" : "Patient/patient1",
"display" : "Peter James Chalmers"
},
"period" : {
"start" : "2013-01-01T10:30:00+00:00"
},
"activity" : [
{
"outcomeReference" : [
{
"reference" : "encounter1"
}
],
"detail" : {
"kind" : "Appointment",
"code" : {
"coding" : [
{
"system" : "http://example.org/local",
"code" : "nursecon"
}
],
"text" : "Nurse Consultation"
},
"status" : "scheduled",
"scheduledPeriod" : {
"start" : "2013-01-01T10:38:00+00:00",
"end" : "2013-01-01T10:50:00+00:00"
},
"performer" : [
{
🔗 "reference" : "Practitioner/practitioner1",
"display" : "Nurse Nancy"
}
]
}
}
]
}