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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypeLocation
IdLocation-LaborLocationSub.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": "LaborLocationSub",
  "meta": {
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaLocation"
    ],
    "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"
      }
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvId",
      "value": "LAB-SUB-BEREICH-012345"
    },
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvFileNumber",
      "value": "LAB-SUB-BEREICH-987654"
    },
    {
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "123456789"
    }
  ],
  "address": {
    "line": [
      "Uhlandstraße 6"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Uhlandstraße"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "6"
          }
        ]
      }
    ],
    "type": "physical",
    "city": "Hannover",
    "state": "Niedersachsen",
    "postalCode": "30161",
    "country": "DE"
  },
  "position": {
    "latitude": 52.3755,
    "longitude": 9.732
  },
  "mode": "instance",
  "status": "active",
  "name": "Labor Sub Bereich Standort",
  "managingOrganization": {
    "reference": "Organization/LaborOrganization"
  },
  "partOf": {
    "reference": "Location/LaborLocation"
  }
}