Example PractionerRole - Physiotherapist

PractitionerRole
PractitionerRole.id[0]Example-DataStandardsWales-PractitionerRole-Physiotherapist
PractitionerRole.meta[0].profile[0]https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole
PractitionerRole.practitioner[0].reference[0]Practitioner/Example-DataStandardsWales-Practitioner-Physiotherapist
PractitionerRole.organization[0].reference[0]Organization/Example-DataStandardsWales-Organization-HealthBoard
PractitionerRole.code[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-JobRole
PractitionerRole.code[0].coding[0].code[0]4041
PractitionerRole.code[0].coding[0].display[0]Physiotherapist
PractitionerRole.telecom[0].system[0]phone
PractitionerRole.telecom[0].value[0]01446 111223
PractitionerRole.telecom[0].use[0]work
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-PractitionerRole-Physiotherapist" />
    <meta>
        <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" />
    </meta>
    <practitioner>
        <reference value="Practitioner/Example-DataStandardsWales-Practitioner-Physiotherapist" />
    </practitioner>
    <organization>
        <reference value="Organization/Example-DataStandardsWales-Organization-HealthBoard" />
    </organization>
    <code>
        <coding>
            <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-JobRole" />
            <code value="4041" />
            <display value="Physiotherapist" />
        </coding>
    </code>
    <telecom>
        <system value="phone" />
        <value value="01446 111223" />
        <use value="work" />
    </telecom>
</PractitionerRole>
{
    "resourceType": "PractitionerRole",
    "id": "Example-DataStandardsWales-PractitionerRole-Physiotherapist",
    "meta": {
        "profile":  [
            "https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"
        ]
    },
    "practitioner": {
        "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Physiotherapist"
    },
    "organization": {
        "reference": "Organization/Example-DataStandardsWales-Organization-HealthBoard"
    },
    "code":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-JobRole",
                    "code": "4041",
                    "display": "Physiotherapist"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "01446 111223",
            "use": "work"
        }
    ]
}