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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypeOrganization
IdOrganization-LaborOrganization.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": "LaborOrganization",
  "meta": {
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaOrganization"
    ],
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "public"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1."
      }
    ],
    "tag": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/Relevance",
        "code": "UserCreated",
        "display": "Durch OEGD angelegt"
      }
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvId",
      "value": "LAB-012345"
    },
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvFileNumber",
      "value": "LAB-987654"
    },
    {
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "123456789"
    }
  ],
  "extension": [
    {
      "valuePeriod": {
        "start": "1900-01-01"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
          "code": "laboratory",
          "display": "Erregerdiagnostische Untersuchungsstelle"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "test_laboratory@example.org"
    },
    {
      "system": "phone",
      "value": "01234567890"
    },
    {
      "system": "fax",
      "value": "01234567899"
    }
  ],
  "address": [
    {
      "line": [
        "LaboratoryTest Straße 11"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "LaboratoryTest Straße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "11"
            }
          ]
        }
      ],
      "type": "postal",
      "city": "LaboratoryTeststadt",
      "state": "DE-BB",
      "postalCode": "12345",
      "country": "DE"
    }
  ],
  "active": true,
  "name": "Labor XYZ GmbH"
}