<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)