FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.erp-t-prescription
Resource TypeOrganization
IdOrganization-ExampleOrganization-T.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization ExampleOrganization-T

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


Source1

{
  "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"
    }
  ]
}