Example Practioner - Dhiren Patel (Consultant)

Practitioner
Practitioner.id[0]Example-DataStandardsWales-Practitioner-Consultant
Practitioner.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner
Practitioner.text[0].status[0]generated
Practitioner.text[0].div[0]
Dr Dhiren Patel (GMC: 9630333)
Practitioner.identifier[0].system[0]https://fhir.nhs.wales/Id/nadex-identifier
Practitioner.identifier[0].value[0]dh000567
Practitioner.identifier[1].system[0]https://fhir.hl7.org.uk/Id/gmc-number
Practitioner.identifier[1].value[0]9630333
Practitioner.name[0].family[0]Patel
Practitioner.name[0].given[0]Dhiren
Practitioner.name[0].prefix[0]Dr
Practitioner.gender[0]male
<Practitioner xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-Practitioner-Consultant" />
    <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.nhs.wales/Id/nadex-identifier" />
        <value value="dh000567" />
    </identifier>
    <identifier>
        <system value="https://fhir.hl7.org.uk/Id/gmc-number" />
        <value value="9630333" />
    </identifier>
    <name>
        <family value="Patel" />
        <given value="Dhiren" />
        <prefix value="Dr" />
    </name>
    <gender value="male" />
</Practitioner>
{
    "resourceType": "Practitioner",
    "id": "Example-DataStandardsWales-Practitioner-Consultant",
    "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.nhs.wales/Id/nadex-identifier",
            "value": "dh000567"
        },
        {
            "system": "https://fhir.hl7.org.uk/Id/gmc-number",
            "value": "9630333"
        }
    ],
    "name":  [
        {
            "family": "Patel",
            "given":  [
                "Dhiren"
            ],
            "prefix":  [
                "Dr"
            ]
        }
    ],
    "gender": "male"
}
Dr Dhiren Patel (GMC: 9630333)