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

FHIR IG analytics

Packageig-ee-medication-scheme
Resource TypePractitionerRole
IdPractitionerRole-pharmacistKristiina.json
FHIR VersionR5

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

Generated Narrative: PractitionerRole pharmacistKristiina

Language: et

Profile: https://fhir.ee/StructureDefinition/ee-practitioner-role

active: true

practitioner: Proviisor Kristiina Kuldkepp (Identifier: https://fhir.ee/sid/pro/est/pho/P00197)

organization: Haigekassa (Identifier: 74000091)

code: pharmacist, Spetsialist

Contacts

-Telecom
*apteek123@tehik.ee

Source1

{
  "resourceType": "PractitionerRole",
  "id": "pharmacistKristiina",
  "meta": {
    "profile": [
      "https://fhir.ee/StructureDefinition/ee-practitioner-role"
    ]
  },
  "language": "et",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "identifier": {
      "system": "https://fhir.ee/sid/pro/est/pho",
      "value": "P00197"
    },
    "display": "Proviisor Kristiina Kuldkepp"
  },
  "organization": {
    "identifier": {
      "value": "74000091"
    },
    "display": "Haigekassa"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "pharmacist",
          "display": "pharmacist"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid",
          "code": "specialist",
          "display": "Spetsialist"
        }
      ]
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "apteek123@tehik.ee"
        }
      ]
    }
  ]
}