Data Management with FHIR
0.1.0 - ci-build France flag

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

: Patient test (Bundle) - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="5616f9ad-61b0-4279-9f41-777228d04665"/>
  <type value="transaction"/>
  <entry>
    <fullUrl
             value="https://aphp.fr/Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d"/>
    <resource>
      <Patient>
        <id value="f133b3c0-ccd8-4435-9ead-40b441c2154d"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_f133b3c0-ccd8-4435-9ead-40b441c2154d"> </a><p class="res-header-id"><b>Narratif généré : Patient f133b3c0-ccd8-4435-9ead-40b441c2154d</b></p><a name="f133b3c0-ccd8-4435-9ead-40b441c2154d"> </a><a name="hcf133b3c0-ccd8-4435-9ead-40b441c2154d"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">john doe Male, Date de Naissance :1948-07-16 ( NIR définitif (use: official, ))</p><hr/></div>
        </text>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system
                      value="https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203"/>
              <code value="INS-NIR"/>
            </coding>
          </type>
          <system value="urn:oid:1.2.250.1.213.1.4.8"/>
          <value value="1234567890123"/>
        </identifier>
        <name>
          <use value="usual"/>
          <text value="john doe"/>
          <family value="doe"/>
          <given value="john"/>
        </name>
        <gender value="male"/>
        <birthDate value="1948-07-16"/>
      </Patient>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d"/>
    </request>
  </entry>
</Bundle>