FHIR IG analytics| Package | fhir.r4.wales.test |
| Resource Type | Practitioner |
| Id | Example-DataStandardsWales-Practitioner-Physiotherapist.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "Example-DataStandardsWales-Practitioner-Physiotherapist",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.nhs.wales/Id/nadex-identifier",
"value": "ph234567"
},
{
"system": "https://fhir.hl7.org.uk/Id/hcpc-number",
"value": "PH12345"
}
],
"name": [
{
"family": "Wickins",
"given": [
"Philip"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01446 111223",
"use": "work"
}
],
"gender": "male"
}