{
  "resourceType": "StructureDefinition",
  "id": "ophOrganization",
  "url": "http://creativaxion.com/fhir/StructureDefinition/oph-organization",
  "version": "1",
  "name": "OPHorganization",
  "status": "draft",
  "date": "2019-07-18",
  "description": "StructureDefinition for Organization Resource within OPHelIE",
  "fhirVersion": "4.0.0",
  "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"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier",
        "path": "Organization.identifier",
        "sliceName": "jurisdictionIdentifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier.use",
        "path": "Organization.identifier.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier.type",
        "path": "Organization.identifier.type",
        "max": "0"
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "urn:oid:2.16.840.1.113883.4.273"
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier.period",
        "path": "Organization.identifier.period",
        "max": "0"
      },
      {
        "id": "Organization.identifier:jurisdictionIdentifier.assigner",
        "path": "Organization.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1
      }
    ]
  }
}