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

FHIR IG analytics

Packageee.fhir.spd
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole-receptionist.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 practitionerrole-receptionist

Language: et

Profile: EE SPD PractitionerRole

active: true

period: 2008-01-01 --> (ongoing)

practitioner: Practitioner Meile Tule

organization: Organization Sihtasutus Põhja-Eesti Regionaalhaigla

code: Administraator, Registraator/klienditeenindaja

location: Location: status = active

Contacts

-Telecom
*ph: 5555551

Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole-receptionist",
  "meta": {
    "profile": [
      "https://fhir.ee/spd/StructureDefinition/ee-spd-practitioner-role"
    ]
  },
  "language": "et",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "period": {
    "start": "2008-01-01"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-other"
  },
  "organization": {
    "reference": "Organization/organization-perh123"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.ee/CodeSystem/ametite-klassifikaator",
          "code": "42260001",
          "display": "Administraator"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.ee/ValueSet/autorseerimismooduli-administratiivsed-kasutajarollid",
          "code": "receptionist",
          "display": "Registraator/klienditeenindaja"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/location-narva-haigla"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "5555551"
        }
      ]
    }
  ]
}