{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Communication-BNet-Preg-GPNotification",
  "name": "Communication-BNet-Preg-GPNotification",
  "status": "active",
  "date": "2025-07-22T13:48:22.0969027Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Notification of the birth event sent to general practice.",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Communication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Communication.id",
        "path": "Communication.id",
        "short": "Unique resource identifier",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Communication.status",
        "path": "Communication.status",
        "short": "Fixed code for the status of this communication",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Communication.subject",
        "path": "Communication.subject",
        "short": "Reference to the postpartum person patient",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Communication.recipient",
        "path": "Communication.recipient",
        "short": "GP recipient of the birth notification",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Communication.reasonCode",
        "path": "Communication.reasonCode",
        "short": "Fixed code for this communication",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Communication.reasonCode.coding.system",
        "path": "Communication.reasonCode.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Communication.reasonCode.coding.code",
        "path": "Communication.reasonCode.coding.code",
        "fixedString": "3950001"
      },
      {
        "id": "Communication.reasonCode.coding.display",
        "path": "Communication.reasonCode.coding.display",
        "fixedString": "Birth"
      }
    ]
  }
}