Guide d'implémentation FR Core
2.2.0-ballot-2 - ballot France flag

Guide d'implémentation FR Core, publié par Interop'Santé. Ce guide nest pas une publication autorisée ; cest la version en intégration continue pour la version 2.2.0-ballot-2 construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/Interop-Sante/hl7.fhir.fr.core/ et change régulièrement. Voir le répertoire des versions publiées

: FR Core CodeSystem Location Type - JSON Representation

Active as of 2026-01-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "fr-core-cs-location-type",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem|4.0.1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem fr-core-cs-location-type</b></p><a name=\"fr-core-cs-location-type\"> </a><a name=\"hcfr-core-cs-location-type\"> </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=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystemversion : null4.0.1)</a></p></div><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Affichage</b></td></tr><tr><td style=\"white-space:nowrap\">BAT<a name=\"fr-core-cs-location-type-BAT\"> </a></td><td>Bâtiment</td></tr><tr><td style=\"white-space:nowrap\">ETAG<a name=\"fr-core-cs-location-type-ETAG\"> </a></td><td>Étage</td></tr><tr><td style=\"white-space:nowrap\">COUL<a name=\"fr-core-cs-location-type-COUL\"> </a></td><td>Couloir</td></tr><tr><td style=\"white-space:nowrap\">AILE<a name=\"fr-core-cs-location-type-AILE\"> </a></td><td>Aile</td></tr><tr><td style=\"white-space:nowrap\">BOX<a name=\"fr-core-cs-location-type-BOX\"> </a></td><td>Box</td></tr><tr><td style=\"white-space:nowrap\">CHAMB<a name=\"fr-core-cs-location-type-CHAMB\"> </a></td><td>Chambre</td></tr><tr><td style=\"white-space:nowrap\">LIT<a name=\"fr-core-cs-location-type-LIT\"> </a></td><td>lit</td></tr><tr><td style=\"white-space:nowrap\">PL_TECH<a name=\"fr-core-cs-location-type-PL_TECH\"> </a></td><td>Plateau technique</td></tr><tr><td style=\"white-space:nowrap\">PNT_CLCT<a name=\"fr-core-cs-location-type-PNT_CLCT\"> </a></td><td>Point de collecte</td></tr><tr><td style=\"white-space:nowrap\">PNT_LVRSN<a name=\"fr-core-cs-location-type-PNT_LVRSN\"> </a></td><td>Point de livraison</td></tr><tr><td style=\"white-space:nowrap\">SL_EXM<a name=\"fr-core-cs-location-type-SL_EXM\"> </a></td><td>Salle examen</td></tr><tr><td style=\"white-space:nowrap\">SL_CONS<a name=\"fr-core-cs-location-type-SL_CONS\"> </a></td><td>Salle de consultation</td></tr></table></div>"
  },
  "url" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type",
  "version" : "2.2.0-ballot-2",
  "name" : "FRCoreCodeSystemLocationType",
  "title" : "FR Core CodeSystem Location Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-01-30T10:26:03+00: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" : "Location type",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FRA",
          "display" : "France"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 12,
  "concept" : [
    {
      "code" : "BAT",
      "display" : "Bâtiment"
    },
    {
      "code" : "ETAG",
      "display" : "Étage"
    },
    {
      "code" : "COUL",
      "display" : "Couloir"
    },
    {
      "code" : "AILE",
      "display" : "Aile"
    },
    {
      "code" : "BOX",
      "display" : "Box"
    },
    {
      "code" : "CHAMB",
      "display" : "Chambre"
    },
    {
      "code" : "LIT",
      "display" : "lit"
    },
    {
      "code" : "PL_TECH",
      "display" : "Plateau technique"
    },
    {
      "code" : "PNT_CLCT",
      "display" : "Point de collecte"
    },
    {
      "code" : "PNT_LVRSN",
      "display" : "Point de livraison"
    },
    {
      "code" : "SL_EXM",
      "display" : "Salle examen"
    },
    {
      "code" : "SL_CONS",
      "display" : "Salle de consultation"
    }
  ]
}