{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/PH_Patient",
  "name": "PH_Patient",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "This is the Patient description. You may update this as needed.",
        "definition": "This is the Patient definition. You may update this as needed."
      },
      {
        "id": "Patient.extension:indigenousGroup",
        "path": "Patient.extension",
        "sliceName": "indigenousGroup",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/IndigenousGroup"
            ]
          }
        ],
        "isModifier": false,
        "binding": {
          "strength": "required",
          "description": "This is the value set.",
          "valueSet": "https://example.org/fhir/ValueSet/IndigenousGroupValueSet"
        }
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "description": "This is an example slice.",
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:PHIN",
        "path": "Patient.identifier",
        "sliceName": "PHIN"
      },
      {
        "id": "Patient.identifier:PhilSys",
        "path": "Patient.identifier",
        "sliceName": "PhilSys"
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "max": "0"
      }
    ]
  }
}