{
  "resourceType": "StructureDefinition",
  "url": "https://nhdr.gov.ph/fhir/StructureDefinition/PH_Patient",
  "name": "PH_Patient",
  "status": "draft",
  "description": "This is the Patient Resource for the PHCDI IG Training.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:indigenousGroup",
        "path": "Patient.extension",
        "sliceName": "indigenousGroup",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup"
            ]
          }
        ],
        "isModifier": false,
        "binding": {
          "strength": "required",
          "description": "Value set for Indigenous Group",
          "valueSet": "https://example.org/fhir/ValueSet/IndigenousGroupValueSet"
        }
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "description": "Slicing detail description. Can also include PhilHealth ID. 12132024",
          "rules": "open"
        },
        "definition": "This element is the main identifier ID of the Patient 12132024."
      },
      {
        "id": "Patient.identifier:PhilHealthNumber",
        "path": "Patient.identifier",
        "sliceName": "PhilHealthNumber"
      },
      {
        "id": "Patient.identifier:PhilSysNumber",
        "path": "Patient.identifier",
        "sliceName": "PhilSysNumber"
      },
      {
        "id": "Patient.identifier:TINNumber",
        "path": "Patient.identifier",
        "sliceName": "TINNumber"
      }
    ]
  }
}