This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "phcp-encounter-example",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2020-12-08T07:38:58.626+00:00",
"source" : "#kgzXullTMIbsTHfI",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter",
"http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:c4177b05-906f-4b38-aba5-330f2520db27</p><p><b>status</b>: planned</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 185389009}\">Follow-up visit</span></p><p><b>subject</b>: <a href=\"Patient-phcp-patient-example.html\">Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><p><b>period</b>: Dec 25, 2016 8:00:00 AM --> Dec 25, 2016 8:00:00 AM</p></div>"
},
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:c4177b05-906f-4b38-aba5-330f2520db27"
}
],
"status" : "planned",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "185389009",
"display" : "Follow-up visit"
}
]
}
],
"subject" : {
"reference" : "Patient/phcp-patient-example"
},
"period" : {
"start" : "2016-12-25T13:00:00.000+05:00",
"end" : "2016-12-25T13:00:00.000+05:00"
}
}