Example Practitioner - Dr Sally Foster

Practitioner
Practitioner.id[0]Example-DataStandardsWales-Practitioner-Doctor
Practitioner.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner
Practitioner.text[0].status[0]generated
Practitioner.text[0].div[0]
Dr Sally Foster (GMC: 9830222)
Practitioner.identifier[0].system[0]https://fhir.hl7.org.uk/Id/gmc-number
Practitioner.identifier[0].value[0]9830222
Practitioner.name[0].family[0]Foster
Practitioner.name[0].given[0]Sally
Practitioner.name[0].prefix[0]Dr
<Practitioner xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-Practitioner-Doctor" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner" />
    </meta>
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://fhir.hl7.org.uk/Id/gmc-number" />
        <value value="9830222" />
    </identifier>
    <name>
        <family value="Foster" />
        <given value="Sally" />
        <prefix value="Dr" />
    </name>
</Practitioner>
{
    "resourceType": "Practitioner",
    "id": "Example-DataStandardsWales-Practitioner-Doctor",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://fhir.hl7.org.uk/Id/gmc-number",
            "value": "9830222"
        }
    ],
    "name":  [
        {
            "family": "Foster",
            "given":  [
                "Sally"
            ],
            "prefix":  [
                "Dr"
            ]
        }
    ]
}
Dr Sally Foster (GMC: 9830222)