FHIR IG analytics| Package | fhir.nwgenomics.nhs.uk |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8
Profile: PractitionerRole
practitioner: Dr Samuel Darwin (Identifier: GMC Number/C3456789)
organization: Identifier: ODS Organisation Code/R0A
specialty: General Surgery
{
"resourceType": "PractitionerRole",
"id": "ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8",
"meta": {
"profile": [
"https://fhir.nwgenomics.nhs.uk/StructureDefinition/PractitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "C3456789"
},
"display": "Dr Samuel Darwin"
},
"organization": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "R0A"
}
},
"specialty": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "100"
}
]
}
]
}