{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Encounter-BNet-Child-Admissions",
  "name": "Encounter-BNet-Child-Admissions",
  "status": "active",
  "date": "2025-07-29T09:59:22.6793438Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Addissions relating to the baby record.",
  "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 status of encounter",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "short": "Fixed code for class of encounter",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "short": "Reference to the baby birth care record",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.serviceType",
        "path": "Encounter.serviceType",
        "short": "Indicates whether a baby requires admission",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.serviceType.coding.system",
        "path": "Encounter.serviceType.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Encounter.serviceType.coding.code",
        "path": "Encounter.serviceType.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "The following is the allowable values for baby admissions.",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-Child-Admission"
        }
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "short": "This element defines the date and time the baby was admitted.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.period.end",
        "path": "Encounter.period.end",
        "short": "This element defines the date and time the baby was discharged",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.location.reference.reference",
        "path": "Encounter.location.reference.reference",
        "short": "The identifier of the location which the child is being admitted",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.episodeOfCare",
        "path": "Encounter.episodeOfCare",
        "short": "The episode(s) of care that establishes the context for this resource. In this case, it is a reference to the 'birth episode' episode of care",
        "definition": "",
        "min": 1,
        "max": "1"
      }
    ]
  }
}