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

FHIR IG analytics

Packagerki.demis.ars
Resource TypeOrganization
IdOrganization-797f680a-9340-4dc3-94ee-4395acc30779.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": "797f680a-9340-4dc3-94ee-4395acc30779",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/ars/StructureDefinition/PhysicianOfficeOrOther"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ]
      },
      "system": "https://demis.rki.de/fhir/sid/InternalOrganizationId",
      "value": "23456007891"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
          "code": "physicianOffice",
          "version": "1.4.2"
        }
      ]
    }
  ],
  "address": [
    {
      "postalCode": "10234"
    }
  ]
}