photoA photograph relating to the practitioner. This can be included as either:
Practitioner.photo usage:| Practitioner.id[0] | UKCore-Practitioner-Sn-Photo-Example |
| Practitioner.photo[0].contentType[0] | image/png |
| Practitioner.photo[0].data[0] | base64Binary |
| Practitioner |
| id : UKCore-Practitioner-Sn-Photo-Example |
| photo |
| contentType : image/png |
| data : base64Binary |
<Practitioner xmlns="http://hl7.org/fhir"> <id value="UKCore-Practitioner-Sn-Photo-Example" /> <!-- **************snippet start************** --> <photo> <contentType value="image/png" /> <data value="base64Binary" /> </photo> <!-- **************snippet end************** --> </Practitioner>
{ "resourceType": "Practitioner", "id": "UKCore-Practitioner-Sn-Photo-Example", "photo": [ { "contentType": "image/png", "data": "base64Binary" } ] }
If both are used, the URL SHALL point to the same data as that encoded in the attachment.