{
  "resourceType": "StructureDefinition",
  "id": "OrganizationEntity",
  "url": "http://hl7.org/fhir/us/bser/StructureDefinition/OrganizationEntity",
  "name": "BSeR Organization",
  "status": "draft",
  "publisher": "Hi3 Solutions",
  "contact": [
    {
      "name": "AbdulMalik Shakir",
      "telecom": [
        {
          "system": "phone",
          "value": "6266444491",
          "use": "work"
        },
        {
          "system": "email",
          "value": "abdulmalik.shakir@hi3solutions.com",
          "use": "work"
        }
      ]
    }
  ],
  "kind": "resource",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Organization"
  ],
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization"
      },
      {
        "id": "Organization.id",
        "path": "Organization.id",
        "short": "id",
        "definition": "MAY contain zero or one [0..1] id (CONF:4383-793).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.meta",
        "path": "Organization.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4383-792).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.meta.profile",
        "path": "Organization.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/bser/StructureDefinition/OrganizationEntity\" (CONF:4383-794).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/bser/StructureDefinition/OrganizationEntity"
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "identifier",
        "definition": "SHOULD contain zero or more [0..*] identifier (CONF:4383-162).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "short": "type",
        "definition": "SHALL contain exactly one [1..1] type (CONF:4383-163).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "name",
        "definition": "SHALL contain exactly one [1..1] name (CONF:4383-164).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "short": "telecom",
        "definition": "SHOULD contain zero or more [0..*] telecom (CONF:4383-160).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Organization.telecom.system",
        "path": "Organization.telecom.system",
        "short": "system",
        "definition": "The telecom, if present, SHALL contain exactly one [1..1] system, which SHALL be selected from ValueSet Contact-point-system http://hl7.org/fhir/ValueSet/contact-point-system DYNAMIC (CONF:4383-165).",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/contact-point-system",
            "display": "Contact-point-system"
          }
        }
      },
      {
        "id": "Organization.telecom.value",
        "path": "Organization.telecom.value",
        "short": "value",
        "definition": "The telecom, if present, SHALL contain exactly one [1..1] value (CONF:4383-166).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.telecom.use",
        "path": "Organization.telecom.use",
        "short": "use",
        "definition": "The telecom, if present, SHOULD contain zero or one [0..1] use, which SHALL be selected from ValueSet Contact-point-use http://hl7.org/fhir/ValueSet/contact-point-use DYNAMIC (CONF:4383-167).",
        "min": 0,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/contact-point-use",
            "display": "Contact-point-use"
          }
        }
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "short": "address",
        "definition": "SHOULD contain zero or more [0..*] address (CONF:4383-161).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Organization.address.use",
        "path": "Organization.address.use",
        "short": "use",
        "definition": "The address, if present, SHALL contain exactly one [1..1] use, which SHALL be selected from ValueSet Address-use http://hl7.org/fhir/ValueSet/address-use DYNAMIC (CONF:4383-168).",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/address-use",
            "display": "Address-use"
          }
        }
      },
      {
        "id": "Organization.address.text",
        "path": "Organization.address.text",
        "short": "text",
        "definition": "The address, if present, MAY contain zero or one [0..1] text (CONF:4383-169).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.address.line",
        "path": "Organization.address.line",
        "short": "line",
        "definition": "The address, if present, SHOULD contain zero or more [0..*] line (CONF:4383-170).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Organization.address.city",
        "path": "Organization.address.city",
        "short": "city",
        "definition": "The address, if present, SHOULD contain zero or one [0..1] city (CONF:4383-171).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.address.state",
        "path": "Organization.address.state",
        "short": "state",
        "definition": "The address, if present, SHOULD contain zero or one [0..1] state (CONF:4383-172).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.address.postalCode",
        "path": "Organization.address.postalCode",
        "short": "postalCode",
        "definition": "The address, if present, SHOULD contain zero or one [0..1] postalCode (CONF:4383-173).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.address.country",
        "path": "Organization.address.country",
        "short": "country",
        "definition": "The address, if present, MAY contain zero or one [0..1] country, which SHALL be selected from CodeSystem ISO 3166 Part 1 Country Codes, 2nd Edition, Alpha-2 (urn:oid:1.0.3166.1.2.2) DYNAMIC (CONF:4383-174).",
        "min": 0,
        "max": "1"
      }
    ]
  }
}