{
  "resourceType": "StructureDefinition",
  "url": "https://bghmc.org/fhir/StructureDefinition/PhilhealthDependent",
  "name": "PhilhealthDependent",
  "status": "draft",
  "date": "2023-11-06T04:54:59.1556306+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "https://bghmc.org/fhir/StructureDefinition/PhilhealthPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.extension",
        "path": "Person.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "Person.extension:member",
        "path": "Person.extension",
        "sliceName": "member",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://bghmc.org/fhir/StructureDefinition/PhilhealthMemberReferenceExtension"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Person.extension:member.value[x]",
        "path": "Person.extension.value[x]",
        "min": 1
      },
      {
        "id": "Person.extension:relationToMember",
        "path": "Person.extension",
        "sliceName": "relationToMember",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://bghmc.org/fhir/StructureDefinition/PhilhealthMemberReferenceExtension"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      }
    ]
  }
}