{
  "resourceType": "StructureDefinition",
  "id": "Patient-PNC",
  "name": "PatientPNC",
  "title": "PNC Patient Demographics Profile",
  "status": "active",
  "date": "2025-05-14",
  "description": "A Patient profile tailored for postnatal care (PNC) in Nepal, focused on maternal demographics.",
  "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"
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "PNC ID or national identifier"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "short": "Full name of the mother"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "female",
        "short": "Gender (female only for PNC)"
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "Date of birth of the mother"
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "short": "Home address (municipality, ward, etc.)"
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "Phone number or contact"
      }
    ]
  }
}