Guide d'implémentation Fr Core
2.2.0-ballot - ballot
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
{
"resourceType" : "Organization",
"id" : "hopitaltest-service-11006-endocrino-diabo",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Organisation hopitaltest-service-11006-endocrino-diabo</b></p><a name=\"hopitaltest-service-11006-endocrino-diabo\"> </a><a name=\"hchopitaltest-service-11006-endocrino-diabo\"> </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-organization.html\">FR Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://hopitalTest.fr/namingsystem/organization</code>/11006\u00a0(utilisation :\u00a0official,\u00a0)</p><p><b>type</b>: <span title=\"Codes :{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-3307 SERVICE}\">SERVICE</span></p><p><b>name</b>: Service Endocrino Diabeto</p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://hopitalTest.fr/namingsystem/organization",
"value" : "11006"
}
],
"type" : [
{
"coding" : [
{
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-3307",
"code" : "SERVICE",
"display" : "Service"
}
],
"text" : "SERVICE"
}
],
"name" : "Service Endocrino Diabeto"
}