Clinical Study Schedule of Activities
2.0.0-ballot - STU 2 - Ballot International flag

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

: Samuel Home, M.D.

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="SamGetWell"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Practitioner SamGetWell</b></p><a name="SamGetWell"> </a><a name="hcSamGetWell"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Language: en</p></div><p><b>identifier</b>: Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers/ABC1234 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Samuel Home </p><p><b>telecom</b>: ph: 555-123-5467(Work)</p><p><b>gender</b>: Male</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
      </coding>
    </type>
    <value value="ABC1234"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Home"/>
    <given value="Samuel"/>
    <prefix value="Dr"/>
    <suffix value="M.D."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-123-5467"/>
    <use value="work"/>
  </telecom>
  <gender value="male"/>
</Practitioner>