HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

Practitioner-UKCore-Practitioner-Example - XML Representation

(back to description)

Raw xml

Source view

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="UKCore-Practitioner-Example"/>
  <meta>
    <profile
             value="https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-Practitioner-Example</p><p><b>meta</b>: </p><p><b>identifier</b>: G12345678</p><p><b>name</b>: Paul Rastall </p><p><b>telecom</b>: ph: 0113 6323200(WORK)</p><p><b>address</b>: Chapel Main Practice 22 Brightside Crescent Overtown LS10 4YU (WORK)</p><p><b>gender</b>: male</p></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/sds-user-id"/>
    <value value="G12345678"/>
  </identifier>
  <name>
    <family value="Rastall"/>
    <given value="Paul"/>
    <prefix value="Dr"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0113 6323200"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="both"/>
    <line value="Chapel Main Practice"/>
    <line value="22 Brightside Crescent"/>
    <city value="Overtown"/>
    <district value="West Yorkshire"/>
    <postalCode value="LS10 4YU"/>
  </address>
  <gender value="male"/>
</Practitioner>