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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePractitionerRole
IdPractitionerRole-80df486d-22a2-4b3a-8ab9-f3705425e896.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "PractitionerRole",
  "id": "80df486d-22a2-4b3a-8ab9-f3705425e896",
  "meta": {
    "versionId": "1000018339",
    "lastUpdated": "2022-08-26T13:24:56+00:00"
  },
  "language": "fr-FR",
  "identifier": [
    {
      "system": "urn:oid:1.2.250.1.300.1.1.1.113",
      "value": "222"
    }
  ],
  "active": true,
  "period": {
    "start": "1999-12-31T23:00:00+00:00",
    "end": "2019-12-31T23:00:00+00:00"
  },
  "practitioner": {
    "reference": "Practitioner/80df486d-22a2-4b3a-8ab9-f3705425e896"
  },
  "code": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.4.642.3.439",
          "code": "doctor",
          "display": "Doctor"
        }
      ],
      "text": "A qualified/registered medical practitioner"
    }
  ]
}