{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Procedure-BNet-Child-RedEyeReflex",
  "name": "Procedure-BNet-Child-RedEyeReflex",
  "status": "active",
  "date": "2025-07-22T13:48:24.111987Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Result of red eye reflex screening test",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "procedure.id",
        "path": "procedure.id",
        "short": "Unique resource identifier",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "procedure.status",
        "path": "procedure.status",
        "short": "Fixed code for status of procedure",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "procedure.code",
        "path": "procedure.code",
        "short": "Fixed code for the identification of procedure",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "procedure.code.coding.system",
        "path": "procedure.code.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "procedure.code.coding.code",
        "path": "procedure.code.coding.code",
        "fixedString": "783819001"
      },
      {
        "id": "procedure.code.coding.display",
        "path": "procedure.code.coding.display",
        "fixedString": "Red reflex"
      },
      {
        "id": "procedure.subject",
        "path": "procedure.subject",
        "short": "Reference to the baby birth care record",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "procedure.extension.episodeOfCare",
        "path": "procedure.extension.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. The extension URL is: http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "procedure.performedDateTime",
        "path": "procedure.performedDateTime",
        "short": "Date and time of the screening",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "procedure.outcome",
        "path": "procedure.outcome",
        "short": "Outcome of the red eye reflex screening",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "procedure.outcome.coding.system",
        "path": "procedure.outcome.coding.system",
        "fixedUri": "snomed"
      },
      {
        "id": "procedure.outcome.coding.code",
        "path": "procedure.outcome.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "The following is the allowable values for the outcome of the red eye reflex screening.",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-Preg-RedReflexScreening"
        }
      },
      {
        "id": "procedure.bodySite",
        "path": "procedure.bodySite",
        "short": "Code to determine whether the reflex screening was for the left or right eye",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "procedure.bodySite.coding.system",
        "path": "procedure.bodySite.coding.system",
        "fixedUri": "snomed"
      },
      {
        "id": "procedure.bodySite.coding.code",
        "path": "procedure.bodySite.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "The following is the allowable values for the body site of the red eye reflex screening.",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-Preg-RedReflexBodySite"
        }
      }
    ]
  }
}