{
  "resourceType": "StructureDefinition",
  "id": "nxh-physical-location",
  "meta": {
    "lastUpdated": "2022-02-17T16:32:03.379+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPhysicalLocation",
  "name": "NxhPhysicalLocation",
  "status": "draft",
  "date": "2022-01-24T12:52:19.7847781Z",
  "description": "Nexuzhealth profile for a physical location. A physical location can be a room/bed, a waiting room, ... It is usually part of an NxhUnit",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.identifier:eenheid-kamer-bed",
        "path": "Location.identifier",
        "sliceName": "eenheid-kamer-bed",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.identifier:eenheid-kamer-bed.system",
        "path": "Location.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/kamerBedDefinitie/eenheid-kamer-bed"
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-location-physical-type"
        }
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1
      }
    ]
  }
}