<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="http://snomed.info/sct" />
<code value="36682004" />
<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": "http://snomed.info/sct",
"code": "36682004",
"display": "Physiotherapist"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "01446 111223",
"use": "work"
}
]
}