{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Encounter-BNet-Child-NICU_SCBUAdmissions",
  "name": "Encounter-BNet-Child-NICU_SCBUAdmissions",
  "status": "draft",
  "date": "2025-03-25T11:59:26.5904259Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Indicates whether a baby requires admission to a Neonatal Intensive Care Unit (NICU) or Special Care Baby Unit (SCBU).",
  "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.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 to a Neonatal Intensive Care Unit (NICU) or Special Care Baby Unit (SCBU)",
        "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 whether a baby requires admission to a NICU or SCBU.",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-Child-NeoAdmission"
        }
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "short": "This element defines the date and time the baby was admitted to a NICU or SCBU after the birth.",
        "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 from a NICU or SCBU.",
        "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"
      }
    ]
  }
}