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 Location identifier type - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "fr-core-vs-location-identifier-type",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-fr-core-cs-location-identifier-type.html\"><code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-identifier-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>XXXX</b></td><td><b>XXXX</b></td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-location-identifier-type.html#fr-core-cs-location-identifier-type-INTRN\">INTRN</a></td><td>Identifiant interne</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-location-identifier-type.html#fr-core-cs-location-identifier-type-EXTRN\">EXTRN</a></td><td>Identifiant externe</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-location-identifier-type.html#fr-core-cs-location-identifier-type-GLBL\">GLBL</a></td><td>Identifiant global</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-location-identifier-type.html#fr-core-cs-location-identifier-type-IDNST\">IDNST</a></td><td>Identification nationale de structure définie par l’ASIP-SANTE dans le CI_SIS</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-warning",
      "valueMarkdown" : "Types are for general categories of identifiers. See [the identifier registry](identifier-registry.html) for a list of common identifier systems"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-location-identifier-type",
  "version" : "2.0.1",
  "name" : "FRCoreValueSetLocationIdentifierType",
  "title" : "FR Core ValueSet Location identifier type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16T11:41:28+02: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 a location | Jeu de valeurs des types d'identifiant de lieu.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "France"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-identifier-type",
        "concept" : [
          {
            "code" : "INTRN",
            "display" : "Identifiant interne"
          },
          {
            "code" : "EXTRN",
            "display" : "Identifiant externe"
          },
          {
            "code" : "GLBL",
            "display" : "Identifiant global"
          },
          {
            "code" : "IDNST",
            "display" : "Identification nationale de structure définie par l’ASIP-SANTE dans le CI_SIS"
          }
        ]
      }
    ]
  }
}