{
  "resourceType" : "Organization",
  "id" : "b1135775-9c67-4d2f-8618-9ef3d1f5f3d7",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-05-03T11:15:00+01:00",
    "profile" : ["https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_LAB_Organization|1.0.0-update"]
  },
  "extension" : [{
    "url" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Additional_Comment",
    "valueString" : "test"
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "version" : "5.0.0",
        "code" : "XX",
        "display" : "Organisations-ID"
      }]
    },
    "system" : "http://fhir.de/sid/arge-ik/iknr",
    "value" : "123456789"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "version" : "5.0.0",
        "code" : "BSNR",
        "display" : "Primary physician office number"
      }]
    },
    "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
    "value" : "123456789"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "version" : "5.0.0",
        "code" : "NIIP",
        "display" : "Vertragskassennummer (VKNR)"
      }]
    },
    "system" : "http://fhir.de/sid/kbv/vknr",
    "value" : "123456789"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
        "version" : "1.5.4",
        "code" : "KZVA",
        "display" : "KZVAbrechnungsnummer"
      }]
    },
    "system" : "http://fhir.de/sid/kzbv/kzvabrechnungsnummer",
    "value" : "123456789"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "version" : "5.0.0",
        "code" : "PRN",
        "display" : "Provider number"
      }]
    },
    "system" : "https://gematik.de/fhir/sid/telematik-id",
    "value" : "123456789"
  }],
  "type" : [{
    "coding" : [{
      "system" : "http://ihe-d.de/CodeSystems/PatientBezogenenGesundheitsversorgung",
      "version" : "2018-07-13T16:21:42",
      "code" : "APO",
      "display" : "Apotheke"
    },
    {
      "system" : "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel",
      "version" : "1.5.4",
      "code" : "0100",
      "display" : "Innere Medizin"
    },
    {
      "system" : "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert",
      "version" : "1.5.4",
      "code" : "0200",
      "display" : "Geriatrie"
    }],
    "text" : "test"
  }],
  "name" : "Praxis X",
  "telecom" : [{
    "system" : "phone",
    "value" : "0173555"
  }],
  "address" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct",
      "valueString" : "Neukölln"
    }],
    "type" : "both",
    "line" : ["Neukölln"],
    "_line" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
        "valueString" : "Musterweg"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
        "valueString" : "42"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
        "valueString" : "Hinterhaus"
      }]
    }],
    "city" : "Berlin",
    "postalCode" : "9132",
    "country" : "D"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct",
      "valueString" : "Neukölln"
    }],
    "type" : "postal",
    "line" : ["Neukölln"],
    "_line" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
        "valueString" : "Musterweg 42"
      }]
    }],
    "city" : "Berlin",
    "postalCode" : "9132",
    "country" : "D"
  }],
  "partOf" : {
    "reference" : "Organization/2110eb93-f57f-4f17-8e80-b76bc98d2c6a"
  },
  "contact" : [{
    "purpose" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code" : "PATINF",
        "display" : "Patient"
      }]
    },
    "name" : {
      "use" : "official",
      "text" : "Frau Marianne Ehrlich",
      "family" : "Ehrlich",
      "given" : ["Marianne"]
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "0173777"
    }],
    "address" : {
      "type" : "both",
      "line" : ["Muster-Allee 42",
      "Neukölln"],
      "city" : "Berlin",
      "postalCode" : "9132",
      "country" : "D"
    }
  }]
}