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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeLocation
IdLocation-StationStandortBeispiel.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": "StationStandortBeispiel",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.de/sid/dkgev/standortnummer",
      "value": "123456"
    }
  ],
  "mode": "instance",
  "operationalStatus": {
    "code": "O",
    "system": "http://terminology.hl7.org/CodeSystem/v2-0116",
    "display": "Occupied"
  },
  "name": "Station A",
  "type": [
    {
      "coding": [
        {
          "code": "_LocationIdentifiedEntityRoleCode",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "Krankenhausstraße 123"
    ],
    "city": "Musterstadt",
    "postalCode": "12345"
  },
  "physicalType": {
    "coding": [
      {
        "code": "wa",
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "display": "Ward"
      }
    ]
  },
  "position": {
    "latitude": 52.52,
    "longitude": 13.405
  },
  "managingOrganization": {
    "reference": "Organization/AbteilungAllgemeinchirurgieOrganisationBeispiel"
  },
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "fri"
      ],
      "allDay": true
    },
    {
      "daysOfWeek": [
        "sun"
      ]
    }
  ]
}