{
  "resourceType": "StructureDefinition",
  "id": "VRDR-Condition-Contributintg-To-Death",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death",
  "name": "VRDR Condition Contributintg To Death",
  "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": [
    "Condition"
  ],
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition"
      },
      {
        "id": "Condition.id",
        "path": "Condition.id",
        "short": "id",
        "definition": "MAY contain zero or one [0..1] id (CONF:4393-326).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Condition.meta",
        "path": "Condition.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-325).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Condition.meta.profile",
        "path": "Condition.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death\" (CONF:4393-327).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death"
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "code",
        "definition": "SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet Condition-code http://hl7.org/fhir/ValueSet/Condition-code DYNAMIC (CONF:4393-332).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/Condition-code",
            "display": "Condition-code"
          }
        }
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "short": "coding",
        "definition": "This code MAY contain zero or more [0..*] coding (CONF:4393-333).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Condition.code.coding.code",
        "path": "Condition.code.coding.code",
        "short": "code",
        "definition": "The coding, if present, SHALL contain exactly one [1..1] code (ValueSet: Condition-code http://hl7.org/fhir/ValueSet/Condition-code DYNAMIC) (CONF:4393-334).",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/Condition-code",
            "display": "Condition-code"
          }
        }
      },
      {
        "id": "Condition.code.text",
        "path": "Condition.code.text",
        "short": "text",
        "definition": "This code SHALL contain exactly one [1..1] text (CONF:4393-335).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "subject",
        "definition": "SHALL contain exactly one [1..1] subject=\"VRDR Decedent\" (CONF:4393-336).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "patternString": "VRDR Decedent"
      }
    ]
  }
}