{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/PH_Patient",
  "version": "1",
  "name": "PH_Patient",
  "status": "draft",
  "description": "This is the Patient Description",
  "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",
        "definition": "This is the patient definition 1\r\nThis is the patient definition 2"
      },
      {
        "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 for Indigenous Group",
          "valueSet": "https://example.org/fhir/ValueSet/IndigenousGroupValueSet"
        }
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "description": "sliced identifier description",
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:PHILIN",
        "path": "Patient.identifier",
        "sliceName": "PHILIN"
      },
      {
        "id": "Patient.identifier:PhilSys",
        "path": "Patient.identifier",
        "sliceName": "PhilSys"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      }
    ]
  }
}