This page is part of the At-Home In-Vitro Test Report (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="practitioner-us-core-proctor"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-us-core-proctor</b></p><a name="practitioner-us-core-proctor"> </a><a name="hcpractitioner-us-core-proctor"> </a><a name="practitioner-us-core-proctor-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/9941339100</p><p><b>name</b>: Seven Henry </p><p><b>telecom</b>: <a href="mailto:henry.seven@example.com">henry.seven@example.com</a></p><p><b>address</b>: BMass Doctors 2100 North Ave Burlington MA 02368 US </p></div>
</text>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="9941339100"/>
</identifier>
<name>
<family value="Henry"/>
<given value="Seven"/>
<suffix value="M.D."/>
</name>
<telecom>
<system value="email"/>
<value value="henry.seven@example.com"/>
</telecom>
<address>
<line value="BMass Doctors"/>
<line value="2100 North Ave"/>
<city value="Burlington"/>
<state value="MA"/>
<postalCode value="02368"/>
<country value="US"/>
</address>
</Practitioner>