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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeOrganization
IdBSP_KBV_PR_AW_Organisation_1.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

TBD

Source1

{
  "resourceType": "Organization",
  "id": "3157",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-22T12:54:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Organisation|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Adressbuchzuordnung",
      "valueReference": {
        "reference": "Practitioner/3153"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/arge-ik/iknr",
      "value": "109999999"
    }
  ],
  "name": "Allgemeine Technische Barmener BKK",
  "telecom": [
    {
      "system": "phone",
      "value": "01234/56789-0"
    },
    {
      "system": "fax",
      "value": "01234/56789-987"
    },
    {
      "system": "email",
      "value": "info@atb-bkk.de"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstraße 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstraße"
            }
          ]
        }
      ],
      "city": "Musterstadt",
      "postalCode": "77777",
      "country": "D"
    }
  ]
}