Guide d'implémentation Fr Core
2.2.0-ballot - 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 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 Position du lit - JSON Representation

Active as of 2025-12-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "fr-core-cs-location-position-lit",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "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-position-lit</b></p><a name=\"fr-core-cs-location-position-lit\"> </a><a name=\"hcfr-core-cs-location-position-lit\"> </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 CodeSystem</a></p></div><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-position-lit</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\">FNTR<a name=\"fr-core-cs-location-position-lit-FNTR\"> </a></td><td>Fenêtre</td></tr><tr><td style=\"white-space:nowrap\">CLR<a name=\"fr-core-cs-location-position-lit-CLR\"> </a></td><td>Couloir</td></tr><tr><td style=\"white-space:nowrap\">ML<a name=\"fr-core-cs-location-position-lit-ML\"> </a></td><td>Milieu</td></tr></table></div>"
  },
  "url" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-position-lit",
  "version" : "2.2.0-ballot",
  "name" : "FRCoreCodeSystemPositionLit",
  "title" : "FR Core CodeSystem Position du lit",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-02T21:42:34+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" : "Position du lit dans la chambre",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "France"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "FNTR",
      "display" : "Fenêtre"
    },
    {
      "code" : "CLR",
      "display" : "Couloir"
    },
    {
      "code" : "ML",
      "display" : "Milieu"
    }
  ]
}