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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeOrganization
IdOrganization-f4a5b6c7-5e6f-7a8b-2c3d-4e5f6a7b8c9d.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": "f4a5b6c7-5e6f-7a8b-2c3d-4e5f6a7b8c9d",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-institution"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PRN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "1-SMC-B-Testkarte-883110000987654"
    },
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "109876543"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Laborstraße 5"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Laborstraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "5"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10116",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 30 987654"
    }
  ],
  "name": "Zahnlabor Müller GmbH",
  "type": [
    {
      "coding": [
        {
          "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
          "code": "MZKH",
          "display": "Zahnmedizin"
        }
      ]
    }
  ]
}