Example Practitioner - Mark Smith

Practitioner
Practitioner.id[0]Example-Practitioner-NadexIdentifier
Practitioner.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner
Practitioner.text[0].status[0]generated
Practitioner.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">Mark Smith (nadex: ma000199)</div>
Practitioner.identifier[0].system[0]https://fhir.nhs.wales/Id/nadex-identifier
Practitioner.identifier[0].value[0]ma000199
Practitioner.name[0].family[0]Smith
Practitioner.name[0].given[0]Mark
<Practitioner xmlns="http://hl7.org/fhir">
    <id value="Example-Practitioner-NadexIdentifier" />
    <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="ma000199" />
    </identifier>
    <name>
        <family value="Smith" />
        <given value="Mark" />
    </name>
</Practitioner>
{
    "resourceType": "Practitioner",
    "id": "Example-Practitioner-NadexIdentifier",
    "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": "ma000199"
        }
    ],
    "name":  [
        {
            "family": "Smith",
            "given":  [
                "Mark"
            ]
        }
    ]
}
Mark Smith (nadex: ma000199)