{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter you narrative here</div>"
  },
  "url": "https://fhir.simplifier.net/VW-test/StructureDefinition/475b046c-6330-442b-807e-c7a6de39cd2b",
  "version": "0.1",
  "name": "ImpiloOrganization",
  "status": "draft",
  "date": "2022-07-28T19:21:55.6871678+00:00",
  "description": "Organizations involved in health care - this is the legal entity responsible for delivery of services/care. \r\n\r\n\"This profile allows exchange of a formally or informally recognised grouping of people or organisations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc.\"\r\n\r\n(source: https://simplifier.net/guide/HL7FHIRUKCoreR4Release1/Home/ProfilesandExtensions/ProfileUKCore-Organization?version=current)",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "short": "Identifies this organization across multiple systems",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:DHIS2Id",
        "path": "Organization.identifier",
        "sliceName": "DHIS2Id",
        "label": "DHIS2Id",
        "comment": "Many facilities are listed in DHIS2; until reconciliation/alignment to this register, note the DHIS2 id.",
        "max": "1"
      },
      {
        "id": "Organization.identifier:DHIS2Id.system",
        "path": "Organization.identifier.system",
        "binding": {
          "strength": "required",
          "valueSet": "http://197.221.242.150/mohcc/DHIS2ID"
        }
      },
      {
        "id": "Organization.identifier:DHIS2Id.value",
        "path": "Organization.identifier.value",
        "short": "DHIS2-assigned code"
      },
      {
        "id": "Organization.identifier:FacID",
        "path": "Organization.identifier",
        "sliceName": "FacID",
        "label": "FacID",
        "comment": "Placeholder for a presumably national facility ID scheme",
        "max": "1"
      },
      {
        "id": "Organization.identifier:FacID.system",
        "path": "Organization.identifier.system",
        "binding": {
          "strength": "required",
          "valueSet": "http://197.221.242.150/mohcc/facID"
        }
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "binding": {
          "strength": "preferred"
        }
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Must have a name"
        }
      },
      {
        "id": "Organization.alias",
        "path": "Organization.alias",
        "mustSupport": true
      },
      {
        "id": "Organization.address.state",
        "path": "Organization.address.state",
        "binding": {
          "strength": "extensible",
          "description": "Use official province abbreviations"
        }
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.simplifier.net/VW-test/StructureDefinition/475b046c-6330-442b-807e-c7a6de39cd2b"
            ]
          }
        ]
      },
      {
        "id": "Organization.partOf.identifier.assigner",
        "path": "Organization.partOf.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.simplifier.net/VW-test/StructureDefinition/475b046c-6330-442b-807e-c7a6de39cd2b"
            ]
          }
        ]
      },
      {
        "id": "Organization.endpoint.identifier.assigner",
        "path": "Organization.endpoint.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.simplifier.net/VW-test/StructureDefinition/475b046c-6330-442b-807e-c7a6de39cd2b"
            ]
          }
        ]
      }
    ]
  }
}