FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePractitionerRole
IdPractitionerRoleExercice-Durand-R4-v1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Dr Pierre Durand est un médecin pneumologue de l'hôpital Test depuis le 1° janvier 2012 2012


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionner-roleExercice-05122019",
  "meta": {
    "profile": [
      "http://www.interopsante.org/fhir/structuredefinition/fr-practitioner-role-exercice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "period": {
    "start": "2012-01-01"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-Durand-05122019",
    "display": "Dr Pierre Durand (Situation d'exercice et spécialité(s) au sein de l'établissement)"
  },
  "organization": {
    "reference": "Organization/exemple-organisation-hopitalTest-05122019"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_R21-Fonction/FHIR/TRE-R21-Fonction",
          "code": "FON-33",
          "display": "Praticien soignant salarié"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
          "code": "SM41",
          "display": "Pneumologie (SM)"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/exemple-location-pneumologie-05122019",
      "display": "Aile ouest, 5° étage"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02 99 35 46 68",
      "use": "work"
    },
    {
      "extension": [
        {
          "url": "http://www.interopsante.org/fhir/structuredefinition/datatype/fr-email-type",
          "valueCoding": {
            "system": "https://mos.esante.gouv.fr/NOS/TRE_R256-TypeMessagerie/FHIR/TRE-R256-TypeMessagerie",
            "code": "MSSANTE",
            "display": "Espace de confiance des messageries sécurisées de santé se conformant aux exigences du contrat opérateur MSSanté"
          }
        }
      ],
      "system": "email",
      "value": "p.durandn@hopitalTest.fr",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "18:30:00"
    },
    {
      "daysOfWeek": [
        "thu",
        "fri"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "12:00:00"
    }
  ]
}