FHIR IG analytics| Package | de.fhir.sterbefall-krebsregistermeldung |
| Resource Type | Organization |
| Id | Organization-StfOrganisation-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization StfOrganisation-Example
Profile: STF Organisation
identifier: https://fhir.gematik.de/sid/standesamt/SA12345
type: Standesamt
name: Standesamt Musterstadt
address: Rathausplatz 1 Musterstadt 12345 DE
partOf: Stadt Köln
contact
name: Max Mustermann(Official)
telecom: +49 123 456789, max.mustermann@standesamt-musterstadt.de
{
"resourceType": "Organization",
"id": "StfOrganisation-Example",
"meta": {
"profile": [
"http://ig.fhir.de/igs/stf/StructureDefinition/StfOrganisation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.gematik.de/sid/standesamt",
"value": "SA12345"
}
],
"type": [
{
"coding": [
{
"system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
"code": "StAmt",
"display": "Standesamt"
}
]
}
],
"name": "Standesamt Musterstadt",
"address": [
{
"extension": [
{
"url": "http://ig.fhir.de/igs/stf/StructureDefinition/StfBundeslandExtension",
"valueCoding": {
"code": "DE-NW",
"display": "Nordrhein-Westfalen"
}
}
],
"type": "both",
"line": [
"Rathausplatz 1"
],
"city": "Musterstadt",
"postalCode": "12345",
"country": "DE"
}
],
"partOf": {
"display": "Stadt Köln"
},
"contact": [
{
"name": {
"use": "official",
"text": "Max Mustermann",
"family": "Mustermann",
"given": [
"Max"
]
},
"telecom": [
{
"system": "phone",
"value": "+49 123 456789",
"use": "work"
},
{
"system": "email",
"value": "max.mustermann@standesamt-musterstadt.de",
"use": "work"
}
]
}
]
}