Example XML

Example data record for internal user/staff:

<PractitionerRole xmlns="http://hl7.org/fhir">
    <meta>
        <versionId value="1" />
        <lastUpdated value="2020-08-06T15:07:48.228+02:00" />
        <profile value="http://dedalus-group.com/fhir/StructureDefinition/PractitionerRole" />
    </meta>
    <identifier>
        <system value="http://dedalus-group.com/" />
        <value value="1234" />
    </identifier>
    <active value="true" />
    <period>
        <start value="2012-01-01" />
    </period>
    <practitioner>
        <reference value="Practitioner/example" />
        <display value="Dr Test" />
    </practitioner>
    <organization>
        <reference value="Organization/UUID" />
    </organization>
    <code>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0286" />
            <code value="RP" />
        </coding>
    </code>
    <code>
        <coding>
            <system value="http://dedalus-group.com/fhir/CodeSystem/UPractitionerRIS" />
            <code value="DOCTOR" />
        </coding>
    </code>
</PractitionerRole>