Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions
<CarePlan xmlns="http://hl7.org/fhir">
<id value="gpvisit"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>Narrative</p></div>
</text>
<status value="active"/>
<intent value="plan"/>
<subject>🔗
<reference value="Patient/patient1"/>
<display value="Peter James Chalmers"/>
</subject>
<period>
<start value="2013-01-01T10:30:00+00:00"/>
</period>
<activity>
<outcomeReference>
<reference value="encounter1"/>
</outcomeReference>
<detail>
<kind value="Appointment"/>
<code>
<coding>
<system value="http://example.org/local"/>
<code value="nursecon"/>
</coding>
<text value="Nurse Consultation"/>
</code>
<status value="scheduled"/>
<scheduledPeriod>
<start value="2013-01-01T10:38:00+00:00"/>
<end value="2013-01-01T10:50:00+00:00"/>
</scheduledPeriod>
<performer>🔗
<reference value="Practitioner/practitioner1"/>
<display value="Nurse Nancy"/>
</performer>
</detail>
</activity>
</CarePlan>