HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions

: person_ID_example - XML Representation

Raw xml | Download


<Person xmlns="http://hl7.org/fhir">
  <id value="person_ID_example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Person person_ID_example</b></p><a name="person_ID_example"> </a><a name="hcperson_ID_example"> </a><a name="person_ID_example-en-US"> </a><p><b>identifier</b>: <code>AIRDOC-OPENID</code>/08991e2b-0860-491c-be5d-f0150bc560aa</p><blockquote><p><b>link</b></p><p><b>target</b>: <a href="/fhir/api/Patient/Patient/patient_ID_example">/fhir/api/Patient/Patient/patient_ID_example</a></p></blockquote><blockquote><p><b>link</b></p><p><b>target</b>: <a href="Patient/Patient/patient_ID_example2">Patient/Patient/patient_ID_example2</a></p></blockquote></div>
  </text>
  <identifier>
    <system value="AIRDOC-OPENID"/>
    <value value="08991e2b-0860-491c-be5d-f0150bc560aa"/>
  </identifier>
  <link>
    <target>
      <reference value="/fhir/api/Patient/Patient/patient_ID_example"/>
    </target>
  </link>
  <link>
    <target>
      <reference value="Patient/Patient/patient_ID_example2"/>
    </target>
  </link>
</Person>