{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Patient-BNet-Mother",
  "name": "Patient-BNet-Mother",
  "status": "draft",
  "date": "2025-11-21T15:01:45.910789Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.id",
        "path": "Patient.id",
        "short": "Logical ID for the mother",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.identifier.coding.code",
        "path": "Patient.identifier.coding.code",
        "short": "Mother's current NHI or NHS number format",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.coding.code",
        "path": "Patient.identifier.coding.code",
        "short": "Mother's current hospital ID.",
        "definition": "The system for this identifier should be https://fhir.clevermed.com/Identifier/BadgerNet/HospitalID.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.link.other",
        "path": "Patient.link.other",
        "short": "Reference to related person resource which resides in the child bundle.",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.link.type",
        "path": "Patient.link.type",
        "short": "Code for the link",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "Date of birth of the mother",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.prefix",
        "path": "Patient.name.prefix",
        "short": "Mother's title (prefix)",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "short": "Mother's given name(s)",
        "definition": "Mother's given name(s) provided as an array.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "short": "Mother's surname",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.use",
        "path": "Patient.name.use",
        "short": "Identifies the purpose for this name.",
        "definition": "This item defines the type of name provided. This item should be either \"official\" or \"usual\".",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.use",
        "path": "Patient.address.use",
        "short": "The purpose of this address.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "short": "Mother's address of residence",
        "definition": "This element is repeatable for 3 lines of an address.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.city",
        "path": "Patient.address.city",
        "short": "Mother's city/town of residence",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.postCode",
        "path": "Patient.address.postCode",
        "short": "Mother's address Postcode (zip/postal code)",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.communication.language",
        "path": "Patient.communication.language",
        "short": "Mother's language",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.communication.language.coding.system",
        "path": "Patient.communication.language.coding.system",
        "fixedUri": "http://hl7.org/fhir/R4B/valueset-languages"
      },
      {
        "id": "Patient.communication.language.coding.code",
        "path": "Patient.communication.language.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Language values accepted by the BadgerNet Spine.",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-RelatedPerson-Languages"
        }
      },
      {
        "id": "Patient.Telecom.Home",
        "path": "Patient.Telecom.Home",
        "short": "Mother's home telephone number",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.Telecom.Work",
        "path": "Patient.Telecom.Work",
        "short": "Mother's work telephone number",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.Telecom.Mobile",
        "path": "Patient.Telecom.Mobile",
        "short": "Mother's mobile telephone number",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.Telecom.Email",
        "path": "Patient.Telecom.Email",
        "short": "Mother's email address",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}