FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-LucyHale-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "Practitioner-LucyHale-Example",
"identifier": [
{
"use": "official",
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "C9999999"
}
],
"name": [
{
"use": "official",
"text": "Lucy Hale",
"family": "Hale",
"given": [
"Lucy"
]
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
]
}
}
]
}