FHIR IG analytics| Package | de.fhir.sterbefall-krebsregistermeldung |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-StfArztZuordnung-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole StfArztZuordnung-Example
Profile: STF Arzt Zuordnung
practitioner: Practitioner Dr. med. Hans Müller(official)
organization: Organization Standesamt Musterstadt
code: Krankenhaus
specialty: diensthabender Arzt/Ärztin im Krankenhaus
{
"resourceType": "PractitionerRole",
"id": "StfArztZuordnung-Example",
"meta": {
"profile": [
"http://ig.fhir.de/igs/stf/StructureDefinition/StfArztZuordnung"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/StfArzt-Example"
},
"organization": {
"reference": "Organization/StfOrganisation-Example"
},
"code": [
{
"coding": [
{
"system": "http://ig.fhir.de/igs/stf/CodeSystem/StfBerufsgruppeCS",
"code": "Krankenhaus",
"display": "Krankenhaus"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://ig.fhir.de/igs/stf/CodeSystem/StfArztrolleCS",
"code": "Krankenhausarzt",
"display": "diensthabender Arzt/Ärztin im Krankenhaus"
}
]
}
]
}