QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

Practitioner/example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: 23</p><p><b>active</b>: true</p><p><b>name</b>: Adam Careful </p><p><b>address</b>: 534 Erewhon St PleasantVille UT 84414 (HOME)</p><h3>Qualifications</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td>*</td><td>12345</td><td>Bachelor of Science <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/v2-0360|2.7 code 'BS' = 'Bachelor of Science', given as 'Bachelor of Science'})</span></td><td>Jan 1, 1995 12:00:00 AM --&gt; (ongoing)</td><td>Example University</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="23"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Careful"/>
    <given value="Adam"/>
    <prefix value="Dr"/>
  </name>
  <address>
    <use value="home"/>
    <line value="534 Erewhon St"/>
    <city value="PleasantVille"/>
    <state value="UT"/>
    <postalCode value="84414"/>
  </address>
  <qualification>
    <identifier>
      <system value="http://example.org/UniversityIdentifier"/>
      <value value="12345"/>
    </identifier>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360|2.7"/>
        <code value="BS"/>
        <display value="Bachelor of Science"/>
      </coding>
      <text value="Bachelor of Science"/>
    </code>
    <period>
      <start value="1995"/>
    </period>
    <issuer>
      <display value="Example University"/>
    </issuer>
  </qualification>
</Practitioner>