{
  "resourceType": "StructureDefinition",
  "id": "Profile-HiGHmed-InfectionControl-Location",
  "url": "http://highmed.org/fhir/StructureDefinition/ic/Location",
  "version": "1.0.0",
  "name": "Profile_HiGHmed_InfectionControl_Location",
  "title": "Profile - HiGHmed - Infection Control - Location",
  "status": "active",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location",
        "constraint": [
          {
            "key": "loc-ic-1",
            "severity": "error",
            "human": "Loction muss identifizierbar sein",
            "expression": "identifier.exists() or name.exists()",
            "source": "http://highmed.org/fhir/StructureDefinition/ic/Location"
          }
        ]
      },
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "mustSupport": true
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "mustSupport": true
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://highmed.org/fhir/ValueSet/ic/LocationPhysicalType"
        }
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}