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

: hopitaltest-endocrino-ch04 - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "hopitaltest-endocrino-ch04",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Localisation hopitaltest-endocrino-ch04</b></p><a name=\"hopitaltest-endocrino-ch04\"> </a><a name=\"hchopitaltest-endocrino-ch04\"> </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=\"StructureDefinition-fr-core-location.html\">FR Core Location Profile</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Chambre 04</p><p><b>type</b>: <span title=\"Codes :{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type CHAMB}\">Chambre</span></p><p><b>partOf</b>: <a href=\"Organization-hopitaltest-uf-4701-endocrino-diab.html\">Organization UF Endocrino Diabeto</a></p></div>"
  },
  "status" : "active",
  "name" : "Chambre 04",
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type",
          "code" : "CHAMB",
          "display" : "Chambre"
        }
      ],
      "text" : "Chambre"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/hopitaltest-uf-4701-endocrino-diab"
  }
}