{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Encounter-BNet-Preg-LabourBirth",
  "name": "Encounter-BNet-Preg-LabourBirth",
  "status": "active",
  "date": "2025-03-25T15:48:13.0895847Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The root resource that represents a period of care at a specific location where a mother gives birth.",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.id",
        "path": "Encounter.id",
        "short": "Unique resource identifier",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.status",
        "path": "Encounter.status",
        "short": "Fixed code for the status of the encounter",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "short": "Reference back to root mother/pregnant person resource. The root patient resource should have an ID of $“Patient/{LogicalID}”",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "short": "The class of the encounter. This is set to 'OBSENC'",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "short": "Refers to the time during which the encounter started. This is the date and time that labour started",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.period.end",
        "path": "Encounter.period.end",
        "short": "Refers to the time during which the encounter ended. This is the date and time that birth occurred",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.reasonCode.value",
        "path": "Encounter.reasonCode.value",
        "short": "Fixed value for the reason for this encounter",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.reasonCode.value.coding.system",
        "path": "Encounter.reasonCode.value.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Encounter.reasonCode.value.coding.code",
        "path": "Encounter.reasonCode.value.coding.code",
        "fixedString": "3950001"
      },
      {
        "id": "Encounter.reasonCode.value.coding.display",
        "path": "Encounter.reasonCode.value.coding.display",
        "fixedString": "Birth(finding)"
      },
      {
        "id": "Encounter.episodeOfCare",
        "path": "Encounter.episodeOfCare",
        "short": "Reference to the associated EpisodeOfCare-BNet-Preg-Active",
        "definition": "",
        "min": 1,
        "max": "1"
      }
    ]
  }
}