FHIR IG analytics| Package | de.gematik.erp-t-prescription |
| Resource Type | Organization |
| Id | Organization-ExampleOrganization-T.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleOrganization-T
Profile: E-T-Rezept Organization
identifier: https://gematik.de/fhir/sid/telematik-id/3-Test-APO000053
name: Stadt-Apotheke
telecom: +49 987 6543210
address: Hauptstraße 10 Beispielstadt 54321 DE
{
"resourceType": "Organization",
"id": "ExampleOrganization-T",
"meta": {
"profile": [
"https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://gematik.de/fhir/sid/telematik-id",
"value": "3-Test-APO000053"
}
],
"name": "Stadt-Apotheke",
"telecom": [
{
"system": "phone",
"value": "+49 987 6543210"
}
],
"address": [
{
"line": [
"Hauptstraße 10"
],
"city": "Beispielstadt",
"postalCode": "54321",
"country": "DE"
}
]
}