US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: mental-health-provider-example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="mental-health-provider-example-1"/>
  <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 mental-health-provider-example-1</b></p><a name="mental-health-provider-example-1"> </a><a name="hcmental-health-provider-example-1"> </a><a name="mental-health-provider-example-1-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>/22329591320, <code>http://ncsbn.org/identifier/example-system</code>/5516813518</p><p><b>name</b>: Lazslo Cravensworth </p><p><b>telecom</b>: <a href="mailto:lazslo.cravensworth@hospital.net">lazslo.cravensworth@hospital.net</a></p><p><b>address</b>: 333 Main Street Miami FL 01002 (work)</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="22329591320"/>
  </identifier>
  <identifier>
    <system value="http://ncsbn.org/identifier/example-system"/>
    <value value="5516813518"/>
  </identifier>
  <name>
    <family value="Cravensworth"/>
    <given value="Lazslo"/>
    <prefix value="Dr"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="lazslo.cravensworth@hospital.net"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="333 Main Street"/>
    <city value="Miami"/>
    <state value="FL"/>
    <postalCode value="01002"/>
  </address>
</Practitioner>