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

This page is part of the Guide d'implémentation Fr Core (v2.0.0-ballot: 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 identifier type - JSON Representation

Draft as of 2024-02-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "fr-core-vs-patient-identifier-type",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-PPN\">PPN</a></td><td>Passport Number</td><td>A unique number assigned to the document affirming that a person is a citizen of the country.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-PN\">PN</a></td><td>Person Number</td><td>A number that is unique to a living subject within an Assigning Authority.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-PI\">PI</a></td><td>Patient Identifier</td><td>A number that is unique to a patient within an Assigning Authority.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-RRI\">RRI</a></td><td>Regional Registry ID</td><td>Regional registry ID</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-fr-core-cs-v2-0203.html\"><code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-v2-0203.html#fr-core-cs-v2-0203-NNFRA\">NNFRA</a></td><td>National Person Identifier where the FRA is the ISO table 3166 3-character (alphabetic) country code</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-v2-0203.html#fr-core-cs-v2-0203-NDP\">NDP</a></td><td>Identifiant du patient au Dossier Pharmaceutique</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-v2-0203.html#fr-core-cs-v2-0203-INS-C\">INS-C</a></td><td>Identifiant National de Santé Calculé</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-v2-0203.html#fr-core-cs-v2-0203-INS-NIA\">INS-NIA</a></td><td>NIR temporaire</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-v2-0203.html#fr-core-cs-v2-0203-INS-NIR\">INS-NIR</a></td><td>NIR définitif</td></tr></table></li></ul></div>"
  },
  "url" : "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-identifier-type",
  "version" : "2.0.0-ballot",
  "name" : "FRCoreValueSetPatientIdentifierType",
  "title" : "FR Core ValueSet Patient identifier type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-02-20T11:29:22+01:00",
  "publisher" : "Interop'Santé",
  "contact" : [
    {
      "name" : "Interop'Santé",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://interopsante.org/"
        }
      ]
    },
    {
      "name" : "InteropSanté",
      "telecom" : [
        {
          "system" : "email",
          "value" : "fhir@interopsante.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose (identification of a patient).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "France"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "PPN",
            "display" : "Passport Number"
          },
          {
            "code" : "PN",
            "display" : "Person Number"
          },
          {
            "code" : "PI",
            "display" : "Patient Identifier"
          },
          {
            "code" : "RRI",
            "display" : "Regional Registry ID"
          }
        ]
      },
      {
        "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
        "concept" : [
          {
            "code" : "NNFRA",
            "display" : "National Person Identifier where the FRA is the ISO table 3166 3-character (alphabetic) country code"
          },
          {
            "code" : "NDP",
            "display" : "Identifiant du patient au Dossier Pharmaceutique"
          },
          {
            "code" : "INS-C",
            "display" : "Identifiant National de Santé Calculé"
          },
          {
            "code" : "INS-NIA",
            "display" : "NIR temporaire"
          },
          {
            "code" : "INS-NIR",
            "display" : "NIR définitif"
          }
        ]
      }
    ]
  }
}