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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypePractitionerRole
IdPractitionerRole-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": "gp",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "practitioner",
        "display": "מטפל"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-practitioner-role"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://practitioners.health.gov.il/Practitioners",
      "value": "1-1234"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/practitioner-md"
  },
  "location": [
    {
      "reference": "Location/hospital-unit"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "04-6421420",
      "use": "work"
    },
    {
      "system": "email",
      "value": "DG@example.com"
    }
  ],
  "availableTime": [
    {
      "availableStartTime": "09:00:00",
      "availableEndTime": "17:00:00"
    }
  ],
  "organization": {
    "reference": "Organization/ministry-of-health"
  },
  "code": [
    {
      "coding": [
        {
          "code": "1",
          "system": "http://fhir.health.gov.il/cs/practitioner-role-moh",
          "display": "רופא"
        }
      ]
    }
  ],
  "active": true
}