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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeOrganization
Idexample-organization-notifierfacility-01.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": "431e89ce-3a44-4ec1-801c-0f988992e8fd",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifierFacility"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "987654300"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
          "code": "hospital"
        }
      ]
    }
  ],
  "name": "Sankt Gertrauden Krankenhaus",
  "telecom": [
    {
      "system": "phone",
      "value": "0309876543210",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Dingsweg 321"
      ],
      "city": "Berlin",
      "postalCode": "13055",
      "country": "DE"
    }
  ]
}