0.1.0 - ci-build

SENAITEFHIRImplementationGuide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: [Practitioner] Kim Nguyen - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example-practitioner-2"/>
  <meta>
    <profile
             value="https://fhir.senaite.org/StructureDefinition/SenaitePractitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner example-practitioner-2</b></p><a name="example-practitioner-2"> </a><a name="hcexample-practitioner-2"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SenaitePractitioner.html">SenaitePractitioner</a></p></div><p><b>identifier</b>: <a href="NamingSystem-practitioner-naming-system.html" title="Defines the identifier namespace for practitioner business identifiers in SENAITE integrations. The system URI must be agreed per-deployment based on the source provider registry.">SENAITE Practitioner Identifier Namespace</a>/PRAC-SENAITE-002 (use: usual, ), PRAC-002 (use: secondary, )</p><p><b>name</b>: Kim Nguyen </p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="https://fhir.senaite.org/NamingSystem/practitioner-id"/>
    <value value="PRAC-SENAITE-002"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <value value="PRAC-002"/>
  </identifier>
  <name>
    <family value="Nguyen"/>
    <given value="Kim"/>
  </name>
</Practitioner>