FHIR IG analytics| Package | de.gematik.sterbefall |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-StfArztZuordnung-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "StfArztZuordnung-Example",
"meta": {
"profile": [
"http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArztZuordnung"
]
},
"code": [
{
"coding": [
{
"code": "Krankenhaus",
"system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfBerufsgruppeCS",
"display": "Krankenhaus"
}
]
}
],
"specialty": [
{
"coding": [
{
"code": "Krankenhausarzt",
"system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztrolleCS",
"display": "diensthabender Arzt/Ärztin im Krankenhaus"
}
]
}
],
"practitioner": {
"reference": "Practitioner/StfArzt-Example"
},
"organization": {
"reference": "Organization/StfOrganisation-Example"
}
}