FHIR IG analytics| Package | hl7.at.fhir.elga.core.r4 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-AtElgaCorePractitionerRoleExample01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole AtElgaCorePractitionerRoleExample01
Profile: AT ELGA Core PractitionerRole Profil
active: true
practitioner: Practitioner Melanie Musterärztin
code: Ärztin/Arzt für Allgemeinmedizin
specialty: Family practice, Dive medicine
{
"resourceType": "PractitionerRole",
"id": "AtElgaCorePractitionerRoleExample01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/core/r4/StructureDefinition/at-elga-core-practitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/AtElgaCorePractitionerExample01"
},
"code": [
{
"coding": [
{
"system": "https://termgit.elga.gv.at/ValueSet/hl7-at-practitionerrole",
"code": "100",
"display": "Ärztin/Arzt für Allgemeinmedizin"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410005002",
"display": "Dive medicine"
}
]
}
]
}