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

FHIR IG analytics

Packagerki.demis.common
Resource TypeOrganization
IdNotifierFacility-example-2.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": "NotifierFacility-example-2",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifierFacility"
    ]
  },
  "identifier": [
    {
      "system": "https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId",
      "value": "12345"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
          "code": "laboratory"
        }
      ]
    }
  ],
  "name": "Labor Mondschein",
  "telecom": [
    {
      "system": "phone",
      "value": "+49 (0)2738 - 123456",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Seeweg 16"
      ],
      "city": "Berlin",
      "state": "DE-BE",
      "postalCode": "10117",
      "country": "DE"
    }
  ]
}