FHIR IG analytics| Package | fhir.r4.wales.discovery |
| Resource Type | PractitionerRole |
| Id | Example-DataStandardsWales-PractitionerRole-Consultant.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "Example-DataStandardsWales-PractitionerRole-Consultant",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"
]
},
"practitioner": {
"reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant"
},
"organization": {
"reference": "Organization/Example-DataStandardsWales-Organization-SwanseaBay"
},
"code": [
{
"coding": [
{
"system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-JobRole",
"code": "1005",
"display": "Consultant"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://data.standards.wales/CodeSystem/MainSpecialty",
"code": "430",
"display": "Geriatric Medicine"
}
]
}
]
}