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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypeOrganization
IdOrganization-PublicHealth001.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": "PublicHealth001",
  "meta": {
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "public",
        "display": "öffentlich"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1."
      }
    ],
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaPublicHealthOrganization"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PRN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/CodeSiteId",
      "value": "1."
    }
  ],
  "extension": [
    {
      "extension": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/geographicRegion",
            "code": "21000109"
          },
          "url": "geographicRegion"
        },
        {
          "valueCoding": {
            "system": "https://emiga.rki.de/fhir/vzd/CodeSystem/responsibilityType",
            "code": "all"
          },
          "url": "responsibilityType"
        }
      ],
      "url": "https://emiga.rki.de/fhir/vzd/Extension/ResponsibilityHealthdepartments"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://emiga.rki.de/fhir/vzd/CodeSystem/OrganizationType",
          "code": "rki"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "test@example.org"
    },
    {
      "system": "phone",
      "value": "030 18754 0"
    },
    {
      "system": "fax",
      "value": "030 18754 2328"
    }
  ],
  "address": [
    {
      "line": [
        "Seestraße 10"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Seestraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "10"
            }
          ]
        }
      ],
      "type": "postal",
      "city": "Berlin",
      "state": "DE-BB",
      "postalCode": "13353",
      "country": "DE"
    }
  ],
  "active": true,
  "name": "Robert Koch - Institut"
}