Example PractitionerRole - 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]http://snomed.info/sct
PractitionerRole.code[0].coding[0].code[0]36682004
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" />
<profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" />
</meta>
<reference value="Practitioner/Example-DataStandardsWales-Practitioner-Physiotherapist" />
</practitioner>
<reference value="Organization/Example-DataStandardsWales-Organization-HealthBoard" />
</organization>
<system value="http://snomed.info/sct" />
<code value="36682004" />
<display value="Physiotherapist" />
</coding>
</code>
<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"
]
},
"reference": "Practitioner/Example-DataStandardsWales-Practitioner-Physiotherapist"
},
"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"
}
]
}