{
  "resourceType": "StructureDefinition",
  "id": "VRDR-Interested-Party",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Interested-Party",
  "name": "VRDR Interested Party",
  "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:4393-379).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.meta",
        "path": "Organization.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-378).",
        "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/vrdr/StructureDefinition/VRDR-Interested-Party\" (CONF:4393-380).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Interested-Party"
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "identifier",
        "definition": "SHALL contain exactly one [1..1] identifier (CONF:4393-383).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "short": "active",
        "definition": "SHALL contain exactly one [1..1] active (CONF:4393-381).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "short": "type",
        "definition": "SHALL contain exactly one [1..1] type, which SHALL be selected from ValueSet OrganizationType http://hl7.org/fhir/ValueSet/OrganizationType DYNAMIC (CONF:4393-386).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/OrganizationType",
            "display": "OrganizationType"
          }
        }
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "name",
        "definition": "SHALL contain exactly one [1..1] name (CONF:4393-384).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "short": "address",
        "definition": "SHALL contain exactly one [1..1] address (CONF:4393-382).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "short": "partOf",
        "definition": "SHALL contain exactly one [1..1] partOf=\" VRDR Interested Party\" (CONF:4393-385).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "patternString": "VRDR Interested Party"
      }
    ]
  }
}