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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypeLocation
IdLocation-Location44588965.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": "Location",
  "id": "Location44588965",
  "meta": {
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "public"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1."
      }
    ],
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaLocation"
    ]
  },
  "address": {
    "line": [
      "Test Straße 21"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Test Straße"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "21"
          }
        ]
      }
    ],
    "type": "physical",
    "city": "Teststadt",
    "state": "DE-BB",
    "postalCode": "12345",
    "country": "DE"
  },
  "mode": "instance",
  "status": "active",
  "name": "Stadt XYZ - FB 9 / Dienste",
  "managingOrganization": {
    "reference": "Organization/Organization44588981"
  }
}