Guide d'implémentation Fr Core
2.1.0 - ci-build
Guide d'implémentation Fr Core - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "FRCorePractitionerRoleExample",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-04-28T18:19:34.908+02:00",
"source" : "https://annuaire.sante.fr",
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-practitioner-role"
]
},
"language" : "fr",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr\" lang=\"fr\"><p class=\"res-header-id\"><b>Narratif généré : PractitionerRole FRCorePractitionerRoleExample</b></p><a name=\"FRCorePractitionerRoleExample\"> </a><a name=\"hcFRCorePractitionerRoleExample\"> </a><a name=\"FRCorePractitionerRoleExample-fr-FR\"> </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\">version: 1; Dernière mise à jour : 2025-04-28 18:19:34+0200; Langue : fr; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://annuaire.sante.fr\">https://annuaire.sante.fr</a></p><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-practitioner-role.html\">FR Core Practitioner Role</a></p></div><p><b>identifier</b>: <code>https://rpps.esante.gouv.fr</code>/1011848351\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-FRCorePractitionerExample.html\">Practitioner Leclerc Sophie</a></p><p><b>organization</b>: <a href=\"Organization-FRCoreOrganizationExample.html\">Organization HOPITAL INTERCOMMUNAL DE LA PRESQU'ILE G</a></p><p><b>code</b>: <span title=\"Codes:{https://mos.esante.gouv.fr/NOS/TRE_R22-GenreActivite/FHIR/TRE-R22-GenreActivite GENR01}\">Activité de soin et de pharmacie</span>, <span title=\"Codes:{https://mos.esante.gouv.fr/NOS/TRE_R23-ModeExercice/FHIR/TRE-R23-ModeExercice L}\">Libéral, indépendant, artisan, commerçant</span>, <span title=\"Codes:{https://mos.esante.gouv.fr/NOS/TRE_R21-Fonction/FHIR/TRE-R21-Fonction FON-05}\">Adjoint</span></p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://rpps.esante.gouv.fr",
"value" : "1011848351"
}
],
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/FRCorePractitionerExample"
},
"organization" : {
🔗 "reference" : "Organization/FRCoreOrganizationExample"
},
"code" : [
{
"coding" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R22-GenreActivite/FHIR/TRE-R22-GenreActivite",
"code" : "GENR01"
}
]
},
{
"coding" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R23-ModeExercice/FHIR/TRE-R23-ModeExercice",
"code" : "L"
}
]
},
{
"coding" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R21-Fonction/FHIR/TRE-R21-Fonction",
"code" : "FON-05"
}
]
}
]
}