Guide d'implémentation Fr Core
2.0.1 - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: FR Core ValueSet Patient gender INS ValueSet - XML Representation

Active as of 2024-04-16

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="fr-core-vs-patient-gender-INS"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html"><code>http://hl7.org/fhir/administrative-gender</code></a><table class="none"><tr><td style="white-space:nowrap"><b>XXXX</b></td><td><b>XXXX</b></td><td><b>XXXX</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male">male</a></td><td style="color: #cccccc">Male</td><td>Male.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female">female</a></td><td style="color: #cccccc">Female</td><td>Female.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown">unknown</a></td><td style="color: #cccccc">Unknown</td><td>Unknown.</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-gender-INS"/>
  <version value="2.0.1"/>
  <name value="FRCoreValueSetPatientGenderINS"/>
  <title value="FR Core ValueSet Patient gender INS ValueSet"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-04-16T11:41:28+02:00"/>
  <publisher value="Interop'Santé"/>
  <contact>
    <name value="Interop'Santé"/>
    <telecom>
      <system value="url"/>
      <value value="http://interopsante.org/"/>
    </telecom>
  </contact>
  <contact>
    <name value="InteropSanté"/>
    <telecom>
      <system value="email"/>
      <value value="fhir@interopsante.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Patient Gender for INS : male | female | unknown"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="FR"/>
      <display value="France"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <concept>
        <code value="male"/>
      </concept>
      <concept>
        <code value="female"/>
      </concept>
      <concept>
        <code value="unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>