Practitioner
The following example describes a doctor/practitioner registered in the Vitadio system.
This profile is based on the FHIR Practitioner base definition and has been specified by constraints. Instances must be valid against the FHIR profile.
example:
<Bundle> <id value="practioner-a87ff679a2f3e71d9181a67b7542122c" /> <identifier> <value value="vitadio-export-3018f13f942823109c451a41bd9f60a6-practitioners" /> </identifier> <type value="collection" /> <entry> <resource> <Practitioner> <id value="practitioner-a87ff679a2f3e71d9181a67b7542122c" /> <name> <use value="official" /> <family value="May" /> <given value="Karl" /> </name> <qualification> <code> <coding> <system value="http://snomed.info/sct"/> <code value="309350005"/> </coding> </code> </qualification> </Practitioner> </resource> </entry> </Bundle>