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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypeLocation
IdLocation-Station01.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": "Station01",
  "meta": {
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "public"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1."
      }
    ],
    "tag": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/Relevance",
        "code": "UserCreated",
        "display": "Durch OEGD angelegt"
      }
    ],
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaHospitalFacilityLocation"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvId",
      "value": "9876543210"
    },
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvFileNumber",
      "value": "OrgvFileNumber-987123654"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HU",
          "display": "Normalstation"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "Eine Straße 1"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Eine Straße"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "1"
          }
        ]
      }
    ],
    "city": "Eine Stadt",
    "postalCode": "99999"
  },
  "managingOrganization": {
    "identifier": {
      "system": "http://fhir.de/StructureDefinition/identifier-iknr",
      "value": "260551132"
    },
    "reference": "Organization/InekKrankenhausOrganization"
  },
  "mode": "instance",
  "status": "active",
  "name": "Station 1"
}