ePA Laboratory Report Implementation Guide
Version 1.0.0-ballot.1 - ballot

: b1135775-9c67-4d2f-8618-9ef3d1f5f3d7

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "b1135775-9c67-4d2f-8618-9ef3d1f5f3d7",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-05-03T11:15:00+01:00",
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/ti-organization"
    ]
  },
  "language" : "de",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "5.0.0",
            "code" : "XX"
          }
        ]
      },
      "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"
          }
        ]
      },
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value" : "123456789"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "version" : "1.6.0",
            "code" : "KZVA"
          }
        ]
      },
      "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"
          }
        ]
      },
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "9-2.58.00000040"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
          "code" : "1.2.276.0.76.4.54",
          "display" : "Öffentliche Apotheke"
        }
      ]
    }
  ],
  "name" : "Praxis X",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0173555"
    }
  ],
  "address" : [
    {
      "type" : "both",
      "line" : [
        "Neukölln"
      ],
      "city" : "Berlin",
      "postalCode" : "9132",
      "country" : "D"
    }
  ],
  "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"
      }
    }
  ]
}