Clinical Study Protocol
1.0.0-ballot2 - STU 1 Ballot2 International flag

Clinical Study Protocol, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vulcan-udp-ig/ and changes regularly. See the Directory of published versions

: Exemplar Sponsor Expert Medical Practitioner

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="Exemplar-Sponsor-Expert-Practitioner"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><p>Dr Exemplar Consultant:</p><p>Mobile: +44 7999 999 999</p><p>eMail: Ex.Consultant@ExemplarHospital.nhs.uk</p></div>
  </text>
  <name>
    <text value="Dr Exemplar Consultant"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="Ex.Consultant@ExemplarHospital.nhs.uk"/>
    <rank value="2"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+44 7999 999 999"/>
    <use value="mobile"/>
    <rank value="1"/>
  </telecom>
  <address>
    <line value="General Medicine Dept"/>
  </address>
  <address>
    <line value="Exemplar Hospital"/>
    <city value="Exemplarton"/>
    <postalCode value="XR99 2AY"/>
    <country value="United Kingdom"/>
  </address>
</Practitioner>