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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeOrganization
IdOrganization-3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-institution"
    ]
  },
  "address": [
    {
      "type": "both",
      "line": [
        "Docstrasse 25"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Docstrasse"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "25"
            }
          ]
        }
      ],
      "city": "Musterstadt",
      "postalCode": "12345",
      "country": "DE"
    }
  ],
  "name": "Praxis Dr. A. Arzt"
}