Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne
0.1.0 - ci-build FRANCE

Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Couverture sociale AMO - XML Representation

Raw xml | Download


<Coverage xmlns="http://hl7.org/fhir">
  <id value="coverage-amo-enfant"/>
  <meta>
    <profile
             value="http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-coverage-fr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Couverture coverage-amo-enfant</b></p><a name="coverage-amo-enfant"> </a><a name="hccoverage-amo-enfant"> </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">Profil: <a href="StructureDefinition-preadmission-coverage-fr.html">Fr Preadmission Coverage Profile</a></p></div><p><b>identifier</b>: <code>http://example.com/identifiers/coverage</code>/AMO-2025-001 (use: official, )</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/coverage-type PUBLICPOL}">Assurance Maladie Obligatoire</span></p><p><b>subscriber</b>: <a href="Patient-patient-parent.html">Michel Dupont</a></p><p><b>subscriberId</b>: 123456789012345</p><p><b>beneficiary</b>: <a href="Patient-patient-001.html">Jean Dupont</a></p><p><b>relationship</b>: <span title="Codes:{http://hl7.org/fhir/coverage-relationship child}">Enfant</span></p><p><b>period</b>: 2025-01-01 00:00:00+0100 --&gt; 2025-12-31 23:59:59+0100</p><p><b>payor</b>: Assurance Maladie Obligatoire</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://example.com/identifiers/coverage"/>
    <value value="AMO-2025-001"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/coverage-type"/>
      <code value="PUBLICPOL"/>
      <display value="Assurance Maladie Obligatoire"/>
    </coding>
  </type>
  <subscriber>🔗 
    <reference value="Patient/patient-parent"/>
    <display value="Michel Dupont"/>
  </subscriber>
  <subscriberId value="123456789012345"/>
  <beneficiary>🔗 
    <reference value="Patient/patient-001"/>
    <display value="Jean Dupont"/>
  </beneficiary>
  <relationship>
    <coding>
      <system value="http://hl7.org/fhir/coverage-relationship"/>
      <code value="child"/>
      <display value="Enfant"/>
    </coding>
  </relationship>
  <period>
    <start value="2025-01-01T00:00:00+01:00"/>
    <end value="2025-12-31T23:59:59+01:00"/>
  </period>
  <payor>
    <display value="Assurance Maladie Obligatoire"/>
  </payor>
</Coverage>