{
  "resourceType": "StructureDefinition",
  "id": "bhis-patient",
  "url": "https://fhir.health.gov.bz/StructureDefinition/bhis-patient",
  "version": "0.01",
  "name": "BHISPatient",
  "title": "BHIS Patient",
  "status": "draft",
  "experimental": true,
  "date": "2025-11-14",
  "publisher": "Populus",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier:bhis",
        "path": "Patient.identifier",
        "sliceName": "bhis",
        "definition": "The BHIS patient identifier.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:bhis.system",
        "path": "Patient.identifier.system",
        "short": "The BHIS patient identifier system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://cdep.populus.plus/bhis/pi/1.0"
      }
    ]
  }
}