{
  "resourceType": "StructureDefinition",
  "id": "il-hdp-location-nursing-unit",
  "url": "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location-nursing-unit",
  "version": "0.4.5",
  "name": "ILHDPLocationNursingUnit",
  "title": "ILHDP Location Nursing Unit Profile",
  "status": "draft",
  "date": "2026-04-19",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ]
    }
  ],
  "description": "HDP constraints for nursing-unit locations with security tagging. Intended for nursing-unit locations referenced from HDP inpatient care segments.",
  "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://fhir.health.gov.il/StructureDefinition/il-core-location-nursing-unit",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.meta",
        "path": "Location.meta",
        "min": 1,
        "type": [
          {
            "code": "Meta",
            "profile": [
              "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-meta"
            ]
          }
        ]
      },
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "min": 1
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-organization",
              "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization"
            ]
          }
        ]
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
                "valueBoolean": true
              }
            ],
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-location",
              "http://fhir.health.gov.il/StructureDefinition/il-core-location-nursing-unit",
              "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location",
              "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location-nursing-unit"
            ]
          }
        ]
      }
    ]
  }
}