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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypePractitionerRole
IdPractitionerRole-practitionerRole-gp.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

רופאת משפחה

Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerRole-gp",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/practitioner-md"
  },
  "location": [
    {
      "reference": "Location/clinic-clalit"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "04-6421420",
      "use": "work"
    },
    {
      "system": "email",
      "value": "DG@example.com"
    }
  ],
  "availableTime": [
    {
      "availableStartTime": "09:00:00",
      "availableEndTime": "17:00:00"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "code": "doctor",
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "display": "Doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "394814009",
          "system": "http://snomed.info/sct",
          "display": "General practice"
        }
      ]
    }
  ],
  "organization": {
    "reference": "Organization/clinic-tveria"
  },
  "period": {
    "start": "2020-06-01"
  }
}