Example Practitioner - Philip Wickins (Physiotherapist)
- Overview
- Table
- XML
- JSON
- Narrative
Practitioner |
id : Example-DataStandardsWales-Practitioner-Physiotherapist |
meta |
profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner |
text |
status : generated |
identifier |
system : https://fhir.nhs.wales/Id/nadex-identifier |
value : ph234567 |
identifier |
system : https://fhir.hl7.org.uk/Id/hcpc-number |
value : PH12345 |
name |
family : Wickins |
given : Philip |
telecom |
system : phone |
value : 01446 111223 |
use : work |
gender : male |
Practitioner.id[0] | Example-DataStandardsWales-Practitioner-Physiotherapist |
Practitioner.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner |
Practitioner.text[0].status[0] | generated |
Practitioner.text[0].div[0] | Philip Wickins (HCPC: PH12345) |
Practitioner.identifier[0].system[0] | https://fhir.nhs.wales/Id/nadex-identifier |
Practitioner.identifier[0].value[0] | ph234567 |
Practitioner.identifier[1].system[0] | https://fhir.hl7.org.uk/Id/hcpc-number |
Practitioner.identifier[1].value[0] | PH12345 |
Practitioner.name[0].family[0] | Wickins |
Practitioner.name[0].given[0] | Philip |
Practitioner.telecom[0].system[0] | phone |
Practitioner.telecom[0].value[0] | 01446 111223 |
Practitioner.telecom[0].use[0] | work |
Practitioner.gender[0] | male |
<Practitioner xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Practitioner-Physiotherapist" /> <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="ph234567" /> </identifier> <identifier> <system value="https://fhir.hl7.org.uk/Id/hcpc-number" /> <value value="PH12345" /> </identifier> <name> <family value="Wickins" /> <given value="Philip" /> </name> <telecom> <system value="phone" /> <value value="01446 111223" /> <use value="work" /> </telecom> <gender value="male" /> </Practitioner>
{ "resourceType": "Practitioner", "id": "Example-DataStandardsWales-Practitioner-Physiotherapist", "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": "ph234567" }, { "system": "https://fhir.hl7.org.uk/Id/hcpc-number", "value": "PH12345" } ], "name": [ { "family": "Wickins", "given": [ "Philip" ] } ], "telecom": [ { "system": "phone", "value": "01446 111223", "use": "work" } ], "gender": "male" }
Philip Wickins (HCPC: PH12345)