PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.childreport@1.0.1
    https://www.ehealth.fgov.be/standards/fhir/childreport/StructureDefinition/BeModelChildReport
{
  "description": "A logical model representing child report data elements.",
  "_filename": "StructureDefinition-BeModelChildReport.json",
  "package_name": "hl7.fhir.be.childreport",
  "date": "2026-04-29T16:03:10+02:00",
  "derivation": "specialization",
  "publisher": "eHealth Platform",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "BE",
      "system": "urn:iso:std:iso:3166",
      "display": "Belgium"
    } ]
  } ],
  "name": "BeModelChildReport",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/childreport/StructureDefinition/BeModelChildReport",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Child Report model",
  "package_version": "1.0.1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
    "valueCode": "can-be-target"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
    "valueCode": "can-be-target"
  } ],
  "snapshot": {
    "element": [ {
      "id": "BeModelChildReport",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      },
      "path": "BeModelChildReport",
      "short": "Child Report model",
      "definition": "A logical model representing child report data elements.",
      "isModifier": false
    }, {
      "id": "BeModelChildReport.identifier",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.identifier"
      },
      "path": "BeModelChildReport.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Document identifier",
      "definition": "Document identifier"
    }, {
      "id": "BeModelChildReport.type",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelDocument.type"
      },
      "path": "BeModelChildReport.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Document type",
      "definition": "Document type"
    }, {
      "path": "BeModelChildReport.dateTime",
      "min": 1,
      "definition": "Document date/time",
      "short": "Document date/time",
      "type": [ {
        "code": "dateTime"
      } ],
      "max": "1",
      "id": "BeModelChildReport.dateTime",
      "comment": "The date of the child report is the date when the report was created, not the date of the examination or observation. In case of reports migrated from KMEHR, the date is the date of the conversion, not the KMEHR message creation, which is unknown.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelDocument.dateTime"
      }
    }, {
      "id": "BeModelChildReport.title",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelDocument.title"
      },
      "path": "BeModelChildReport.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "Title",
      "definition": "Title"
    }, {
      "id": "BeModelChildReport.status",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelDocument.status"
      },
      "path": "BeModelChildReport.status",
      "type": [ {
        "code": "code"
      } ],
      "short": "Status",
      "definition": "Status"
    }, {
      "id": "BeModelChildReport.language",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelDocument.language"
      },
      "path": "BeModelChildReport.language",
      "type": [ {
        "code": "code"
      } ],
      "short": "Language",
      "definition": "Language"
    }, {
      "id": "BeModelChildReport.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelDocument.subject"
      },
      "path": "BeModelChildReport.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child that the report is about",
      "definition": "Subject"
    }, {
      "id": "BeModelChildReport.author",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.author"
      },
      "path": "BeModelChildReport.author",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Author(s)",
      "definition": "Author(s)"
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.section",
      "min": 0,
      "definition": "Document content sections",
      "short": "Document content sections",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelChildReport.section",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.section"
      }
    }, {
      "path": "BeModelChildReport.section.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.section.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.section.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.section.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.section.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.section.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.section.code",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelDocument.section.code"
      },
      "path": "BeModelChildReport.section.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Section classification",
      "definition": "Section classification"
    }, {
      "id": "BeModelChildReport.section.entry",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.section.entry"
      },
      "path": "BeModelChildReport.section.entry",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Referenced resources",
      "definition": "FHIR references to CareSets, e.g. CarePlan/1, Observation/2"
    }, {
      "id": "BeModelChildReport.section.section",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.section.section"
      },
      "path": "BeModelChildReport.section.section",
      "short": "Child sections",
      "definition": "Child sections",
      "contentReference": "https://www.ehealth.fgov.be/standards/fhir/patient-dossier/StructureDefinition/BeModelDocument#BeModelDocument.section"
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.entries",
      "min": 0,
      "definition": "Entries (CareSets) in the document",
      "short": "Entries (CareSets) in the document",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelChildReport.entries",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.entries"
      }
    }, {
      "path": "BeModelChildReport.entries.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.entries.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.entries.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.entries.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.entries.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.entries.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.entries.reference",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelDocument.entries.reference"
      },
      "path": "BeModelChildReport.entries.reference",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "FHIR reference (e.g., CarePlan/1, Observation/2)",
      "definition": "FHIR reference (e.g., CarePlan/1, Observation/2)"
    }, {
      "id": "BeModelChildReport.presentedForm",
      "max": "1",
      "min": 1,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelDocument.presentedForm"
      },
      "path": "BeModelChildReport.presentedForm",
      "type": [ {
        "code": "Attachment"
      } ],
      "short": "Child report PDF file",
      "definition": "A base64 encoded PDF file with the remaining child report information (biometric data, charts, etc.)."
    }, {
      "id": "BeModelChildReport.pregnancyDetails",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.pregnancyDetails"
      },
      "path": "BeModelChildReport.pregnancyDetails",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Pregnancy details",
      "definition": "Details about the pregnancy."
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy"
      },
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] The duration of pregnancy in weeks, as an observation.",
      "definition": "[BeClinicalObservation] The duration of pregnancy in weeks, as an observation."
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.subject"
      },
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child",
      "definition": "subject"
    }, {
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.code",
      "min": 1,
      "definition": "Length of gestation at birth",
      "short": "Length of gestation at birth",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "412726003",
          "system": "http://snomed.info/sct",
          "display": "Length of gestation at birth"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.code"
      }
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.valueInteger",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.valueInteger"
      },
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.valueInteger",
      "type": [ {
        "code": "integer"
      } ],
      "short": "The duration of pregnancy in weeks",
      "definition": "The duration of pregnancy in weeks"
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection"
      },
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Pregnancy CMV infection",
      "definition": "Indicates whether CMV infection occurred during pregnancy."
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.subject"
      },
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child",
      "definition": "subject"
    }, {
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.code",
      "min": 1,
      "definition": "CMV infection during pregnancy",
      "short": "CMV infection during pregnancy",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "28944009",
          "system": "http://snomed.info/sct",
          "display": "Cytomegalovirus infection"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.code"
      }
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.valueBoolean",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.valueBoolean"
      },
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether CMV infection occurred during pregnancy.",
      "definition": "The value indicates whether the mother had a CMV infection during pregnancy."
    }, {
      "id": "BeModelChildReport.bacterialMeningitis",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.bacterialMeningitis"
      },
      "path": "BeModelChildReport.bacterialMeningitis",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Bacterial meningitis",
      "definition": "Indicates whether bacterial meningitis occurred during pregnancy."
    }, {
      "path": "BeModelChildReport.bacterialMeningitis.code",
      "min": 1,
      "definition": "Code",
      "short": "Code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.bacterialMeningitis.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "95883001",
          "system": "http://snomed.info/sct",
          "display": "Bacterial meningitis"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.bacterialMeningitis.code"
      }
    }, {
      "id": "BeModelChildReport.bacterialMeningitis.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.bacterialMeningitis.subject"
      },
      "path": "BeModelChildReport.bacterialMeningitis.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child",
      "definition": "subject"
    }, {
      "id": "BeModelChildReport.bacterialMeningitis.valueBoolean",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.bacterialMeningitis.valueBoolean"
      },
      "path": "BeModelChildReport.bacterialMeningitis.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether bacterial meningitis occurred during pregnancy.",
      "definition": "The value indicates whether the mother had a bacterial meningitis during pregnancy."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.neonatalHearingScreeningLeft"
      },
      "path": "BeModelChildReport.neonatalHearingScreeningLeft",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Left ear result",
      "definition": "Result of neonatal hearing screening for the left ear."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningLeft.date"
      },
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of neonatal hearing screening",
      "definition": "The date of neonatal hearing screening."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningLeft.subject"
      },
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.code",
      "min": 1,
      "definition": "Result of neonatal hearing screening - left",
      "short": "Result of neonatal hearing screening - left",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "102972004",
          "system": "http://snomed.info/sct",
          "display": "Brain stem auditory evoked potential, function"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningLeft.code"
      }
    }, {
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.valueCode",
      "min": 1,
      "definition": "Neonatal hearing screening result for the left ear.",
      "short": "Result of neonatal hearing screening (left ear)",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-neonatal-hearing-screening-results"
      },
      "max": "1",
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.valueCode",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningLeft.valueCode"
      }
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.neonatalHearingScreeningRight"
      },
      "path": "BeModelChildReport.neonatalHearingScreeningRight",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Right ear result",
      "definition": "Result of neonatal hearing screening for the right ear."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningRight.date"
      },
      "path": "BeModelChildReport.neonatalHearingScreeningRight.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of neonatal hearing screening",
      "definition": "The date of neonatal hearing screening."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningRight.subject"
      },
      "path": "BeModelChildReport.neonatalHearingScreeningRight.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "path": "BeModelChildReport.neonatalHearingScreeningRight.code",
      "min": 1,
      "definition": "Result of neonatal hearing screening - right",
      "short": "Result of neonatal hearing screening - right",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.neonatalHearingScreeningRight.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "102972004",
          "system": "http://snomed.info/sct",
          "display": "Brain stem auditory evoked potential, function"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningRight.code"
      }
    }, {
      "path": "BeModelChildReport.neonatalHearingScreeningRight.valueCode",
      "min": 1,
      "definition": "Neonatal hearing screening result for the right ear.",
      "short": "Result of neonatal hearing screening (right ear)",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-neonatal-hearing-screening-results"
      },
      "max": "1",
      "id": "BeModelChildReport.neonatalHearingScreeningRight.valueCode",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.neonatalHearingScreeningRight.valueCode"
      }
    }, {
      "id": "BeModelChildReport.severeHeadTrauma",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.severeHeadTrauma"
      },
      "path": "BeModelChildReport.severeHeadTrauma",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeProblem] Severe head trauma",
      "definition": "Indicates whether severe head trauma was identified."
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.severeHeadTrauma.subject"
      },
      "path": "BeModelChildReport.severeHeadTrauma.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.severeHeadTrauma.date"
      },
      "path": "BeModelChildReport.severeHeadTrauma.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of reporting the trauma.",
      "definition": "Date of reporting the trauma."
    }, {
      "path": "BeModelChildReport.severeHeadTrauma.code",
      "min": 1,
      "definition": "Code",
      "short": "Code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.severeHeadTrauma.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "127296001",
          "system": "http://snomed.info/sct",
          "display": "Intracranial injury"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.severeHeadTrauma.code"
      }
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.valueBoolean",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.severeHeadTrauma.valueBoolean"
      },
      "path": "BeModelChildReport.severeHeadTrauma.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether severe head trauma was identified.",
      "definition": "The value indicates whether severe head trauma was identified in the child."
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.eyeScreening",
      "min": 0,
      "definition": "Details about the eye screening.",
      "short": "[BeClinicalObservation] Eye screening",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelChildReport.eyeScreening",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelChildReport.eyeScreening"
      }
    }, {
      "path": "BeModelChildReport.eyeScreening.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.eyeScreening.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeScreening.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.eyeScreening.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeScreening.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.eyeScreening.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.eyeScreening.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeScreening.subject"
      },
      "path": "BeModelChildReport.eyeScreening.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeScreening.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeScreening.date"
      },
      "path": "BeModelChildReport.eyeScreening.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of eye screening",
      "definition": "The date of eye screening."
    }, {
      "path": "BeModelChildReport.eyeScreening.code",
      "min": 1,
      "definition": "Code",
      "short": "Code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.eyeScreening.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "363926002",
          "system": "http://snomed.info/sct",
          "display": "Eye/vision observable"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeScreening.code"
      }
    }, {
      "path": "BeModelChildReport.eyeScreening.valueCodeableConcept",
      "min": 1,
      "definition": "Result of eye screening.",
      "short": "Result of eye screening",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-screening-results"
      },
      "max": "1",
      "id": "BeModelChildReport.eyeScreening.valueCodeableConcept",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeScreening.valueCodeableConcept"
      }
    }, {
      "id": "BeModelChildReport.eyeResults",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelChildReport.eyeResults"
      },
      "path": "BeModelChildReport.eyeResults",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Eye",
      "definition": "Details about the eyes."
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal",
      "min": 0,
      "definition": "Details about the inspection of the pupil.",
      "short": "[BeClinicalObservation] Inspection pupil abnormal",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal"
      }
    }, {
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.subject"
      },
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.date"
      },
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of abnormal pupil inspection finding",
      "definition": "Date of abnormal pupil inspection finding."
    }, {
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.code",
      "min": 1,
      "definition": "Inspection pupil abnormal",
      "short": "Inspection pupil abnormal",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "274093008",
          "system": "http://snomed.info/sct",
          "display": "Abnormal pupil"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.code"
      }
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.valueBoolean",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.valueBoolean"
      },
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Inspection pupil abnormal",
      "definition": "Inspection pupil abnormal"
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition",
      "min": 0,
      "definition": "[BeClinicalObservation] Findings about the eye movement and position",
      "short": "[BeClinicalObservation] Findings about the eye movement and position",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition"
      }
    }, {
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.subject"
      },
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.date"
      },
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of eye movement and position results",
      "definition": "The date of eye movement and position results."
    }, {
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.code",
      "min": 1,
      "definition": "Code",
      "short": "Code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "31763002",
          "system": "http://snomed.info/sct",
          "display": "Ocular motility observable"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.code"
      }
    }, {
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.valueCode",
      "min": 1,
      "definition": "Result of testing eye movement and position.",
      "short": "Result of testing eye movement and position",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-movement-and-position"
      },
      "max": "1",
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.valueCode",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.valueCode"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.eyeResults.eyeRemarks",
      "min": 0,
      "definition": "Free text remarks about the eyes.",
      "short": "[BeClinicalObservation] Eye remarks",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.eyeRemarks",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelChildReport.eyeResults.eyeRemarks"
      }
    }, {
      "path": "BeModelChildReport.eyeResults.eyeRemarks.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.eyeRemarks.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeResults.eyeRemarks.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.eyeRemarks.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.eyeResults.eyeRemarks.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.eyeResults.eyeRemarks.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeRemarks.subject"
      },
      "path": "BeModelChildReport.eyeResults.eyeRemarks.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeRemarks.date"
      },
      "path": "BeModelChildReport.eyeResults.eyeRemarks.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of eye remarks",
      "definition": "The date of eye remarks."
    }, {
      "path": "BeModelChildReport.eyeResults.eyeRemarks.code",
      "min": 1,
      "definition": "Eye remark",
      "short": "Eye remark",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.eyeResults.eyeRemarks.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "eye-remarks-observation",
          "system": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation",
          "display": "Eye remarks"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeRemarks.code"
      }
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.valueString",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.eyeResults.eyeRemarks.valueString"
      },
      "path": "BeModelChildReport.eyeResults.eyeRemarks.valueString",
      "type": [ {
        "code": "string"
      } ],
      "short": "Eye remarks",
      "definition": "Eye remarks"
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist",
      "min": 0,
      "definition": "Details about treatment with an ophthalmologist.",
      "short": "[BeClinicalObservation] In treatment with ophthalmologist",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelChildReport.inTreatmentWithOphthalmologist"
      }
    }, {
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.inTreatmentWithOphthalmologist.date"
      },
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of remarks about treatment with ophthalmologist.",
      "definition": "Date of remarks about treatment with ophthalmologist."
    }, {
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.code",
      "min": 1,
      "definition": "Code",
      "short": "Code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "ophthalmologist-treatment-observation",
          "system": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation",
          "display": "In treatment with ophthalmologist"
        } ]
      },
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.inTreatmentWithOphthalmologist.code"
      }
    }, {
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.valueCode",
      "min": 1,
      "definition": "Treatment with ophthalmologist.",
      "short": "Treatment with ophthalmologist",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-ophthalmologist-treatments"
      },
      "max": "1",
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.valueCode",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelChildReport.inTreatmentWithOphthalmologist.valueCode"
      }
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "1.0.0"
    } ]
  },
  "status": "active",
  "id": "b594e3ab-4760-429e-9416-21e26a94a07a",
  "kind": "logical",
  "url": "https://www.ehealth.fgov.be/standards/fhir/childreport/StructureDefinition/BeModelChildReport",
  "version": "1.0.1",
  "differential": {
    "element": [ {
      "id": "BeModelChildReport",
      "path": "BeModelChildReport",
      "short": "Child Report model",
      "definition": "A logical model representing child report data elements."
    }, {
      "id": "BeModelChildReport.dateTime",
      "path": "BeModelChildReport.dateTime",
      "comment": "The date of the child report is the date when the report was created, not the date of the examination or observation. In case of reports migrated from KMEHR, the date is the date of the conversion, not the KMEHR message creation, which is unknown."
    }, {
      "id": "BeModelChildReport.subject",
      "min": 1,
      "path": "BeModelChildReport.subject",
      "short": "Child that the report is about"
    }, {
      "id": "BeModelChildReport.presentedForm",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.presentedForm",
      "short": "Child report PDF file",
      "definition": "A base64 encoded PDF file with the remaining child report information (biometric data, charts, etc.)."
    }, {
      "id": "BeModelChildReport.pregnancyDetails",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.pregnancyDetails",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Pregnancy details",
      "definition": "Details about the pregnancy."
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] The duration of pregnancy in weeks, as an observation.",
      "definition": "[BeClinicalObservation] The duration of pregnancy in weeks, as an observation."
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child",
      "definition": "subject"
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Length of gestation at birth",
      "definition": "Length of gestation at birth",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "412726003",
          "system": "http://snomed.info/sct",
          "display": "Length of gestation at birth"
        } ]
      }
    }, {
      "id": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.valueInteger",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.pregnancyDetails.durationOfPregnancy.valueInteger",
      "type": [ {
        "code": "integer"
      } ],
      "short": "The duration of pregnancy in weeks",
      "definition": "The duration of pregnancy in weeks"
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Pregnancy CMV infection",
      "definition": "Indicates whether CMV infection occurred during pregnancy."
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child",
      "definition": "subject"
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "CMV infection during pregnancy",
      "definition": "CMV infection during pregnancy",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "28944009",
          "system": "http://snomed.info/sct",
          "display": "Cytomegalovirus infection"
        } ]
      }
    }, {
      "id": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.valueBoolean",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.pregnancyDetails.pregnancyCMVInfection.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether CMV infection occurred during pregnancy.",
      "definition": "The value indicates whether the mother had a CMV infection during pregnancy."
    }, {
      "id": "BeModelChildReport.bacterialMeningitis",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.bacterialMeningitis",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Bacterial meningitis",
      "definition": "Indicates whether bacterial meningitis occurred during pregnancy."
    }, {
      "id": "BeModelChildReport.bacterialMeningitis.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.bacterialMeningitis.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Code",
      "definition": "Code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "95883001",
          "system": "http://snomed.info/sct",
          "display": "Bacterial meningitis"
        } ]
      }
    }, {
      "id": "BeModelChildReport.bacterialMeningitis.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.bacterialMeningitis.subject",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Child",
      "definition": "subject"
    }, {
      "id": "BeModelChildReport.bacterialMeningitis.valueBoolean",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.bacterialMeningitis.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether bacterial meningitis occurred during pregnancy.",
      "definition": "The value indicates whether the mother had a bacterial meningitis during pregnancy."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.neonatalHearingScreeningLeft",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Left ear result",
      "definition": "Result of neonatal hearing screening for the left ear."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of neonatal hearing screening",
      "definition": "The date of neonatal hearing screening."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Result of neonatal hearing screening - left",
      "definition": "Result of neonatal hearing screening - left",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "102972004",
          "system": "http://snomed.info/sct",
          "display": "Brain stem auditory evoked potential, function"
        } ]
      }
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningLeft.valueCode",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningLeft.valueCode",
      "type": [ {
        "code": "code"
      } ],
      "short": "Result of neonatal hearing screening (left ear)",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-neonatal-hearing-screening-results"
      },
      "definition": "Neonatal hearing screening result for the left ear."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.neonatalHearingScreeningRight",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeClinicalObservation] Right ear result",
      "definition": "Result of neonatal hearing screening for the right ear."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningRight.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of neonatal hearing screening",
      "definition": "The date of neonatal hearing screening."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningRight.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningRight.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Result of neonatal hearing screening - right",
      "definition": "Result of neonatal hearing screening - right",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "102972004",
          "system": "http://snomed.info/sct",
          "display": "Brain stem auditory evoked potential, function"
        } ]
      }
    }, {
      "id": "BeModelChildReport.neonatalHearingScreeningRight.valueCode",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.neonatalHearingScreeningRight.valueCode",
      "type": [ {
        "code": "code"
      } ],
      "short": "Result of neonatal hearing screening (right ear)",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-neonatal-hearing-screening-results"
      },
      "definition": "Neonatal hearing screening result for the right ear."
    }, {
      "id": "BeModelChildReport.severeHeadTrauma",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.severeHeadTrauma",
      "type": [ {
        "code": "Base"
      } ],
      "short": "[BeProblem] Severe head trauma",
      "definition": "Indicates whether severe head trauma was identified."
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.severeHeadTrauma.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.severeHeadTrauma.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of reporting the trauma.",
      "definition": "Date of reporting the trauma."
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.severeHeadTrauma.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Code",
      "definition": "Code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "127296001",
          "system": "http://snomed.info/sct",
          "display": "Intracranial injury"
        } ]
      }
    }, {
      "id": "BeModelChildReport.severeHeadTrauma.valueBoolean",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.severeHeadTrauma.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether severe head trauma was identified.",
      "definition": "The value indicates whether severe head trauma was identified in the child."
    }, {
      "id": "BeModelChildReport.eyeScreening",
      "max": "*",
      "min": 0,
      "path": "BeModelChildReport.eyeScreening",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "[BeClinicalObservation] Eye screening",
      "definition": "Details about the eye screening."
    }, {
      "id": "BeModelChildReport.eyeScreening.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeScreening.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeScreening.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeScreening.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of eye screening",
      "definition": "The date of eye screening."
    }, {
      "id": "BeModelChildReport.eyeScreening.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeScreening.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Code",
      "definition": "Code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "363926002",
          "system": "http://snomed.info/sct",
          "display": "Eye/vision observable"
        } ]
      }
    }, {
      "id": "BeModelChildReport.eyeScreening.valueCodeableConcept",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeScreening.valueCodeableConcept",
      "type": [ {
        "code": "code"
      } ],
      "short": "Result of eye screening",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-screening-results"
      },
      "definition": "Result of eye screening."
    }, {
      "id": "BeModelChildReport.eyeResults",
      "max": "*",
      "min": 0,
      "path": "BeModelChildReport.eyeResults",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Eye",
      "definition": "Details about the eyes."
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "[BeClinicalObservation] Inspection pupil abnormal",
      "definition": "Details about the inspection of the pupil."
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of abnormal pupil inspection finding",
      "definition": "Date of abnormal pupil inspection finding."
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Inspection pupil abnormal",
      "definition": "Inspection pupil abnormal",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "274093008",
          "system": "http://snomed.info/sct",
          "display": "Abnormal pupil"
        } ]
      }
    }, {
      "id": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.valueBoolean",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.inspectionPupilAbnormal.valueBoolean",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Inspection pupil abnormal",
      "definition": "Inspection pupil abnormal"
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition",
      "max": "*",
      "min": 0,
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "[BeClinicalObservation] Findings about the eye movement and position",
      "definition": "[BeClinicalObservation] Findings about the eye movement and position"
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of eye movement and position results",
      "definition": "The date of eye movement and position results."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Code",
      "definition": "Code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "31763002",
          "system": "http://snomed.info/sct",
          "display": "Ocular motility observable"
        } ]
      }
    }, {
      "id": "BeModelChildReport.eyeResults.eyeMovementAndPosition.valueCode",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeMovementAndPosition.valueCode",
      "type": [ {
        "code": "code"
      } ],
      "short": "Result of testing eye movement and position",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-movement-and-position"
      },
      "definition": "Result of testing eye movement and position."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks",
      "max": "1",
      "min": 0,
      "path": "BeModelChildReport.eyeResults.eyeRemarks",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "[BeClinicalObservation] Eye remarks",
      "definition": "Free text remarks about the eyes."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeRemarks.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ]
      } ],
      "short": "Child that the report is about",
      "definition": "The child that the report is about."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeRemarks.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of eye remarks",
      "definition": "The date of eye remarks."
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeRemarks.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Eye remark",
      "definition": "Eye remark",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "eye-remarks-observation",
          "system": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation",
          "display": "Eye remarks"
        } ]
      }
    }, {
      "id": "BeModelChildReport.eyeResults.eyeRemarks.valueString",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.eyeResults.eyeRemarks.valueString",
      "type": [ {
        "code": "string"
      } ],
      "short": "Eye remarks",
      "definition": "Eye remarks"
    }, {
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist",
      "max": "*",
      "min": 0,
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "[BeClinicalObservation] In treatment with ophthalmologist",
      "definition": "Details about treatment with an ophthalmologist."
    }, {
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.date",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Date of remarks about treatment with ophthalmologist.",
      "definition": "Date of remarks about treatment with ophthalmologist."
    }, {
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.code",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Code",
      "definition": "Code",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "ophthalmologist-treatment-observation",
          "system": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation",
          "display": "In treatment with ophthalmologist"
        } ]
      }
    }, {
      "id": "BeModelChildReport.inTreatmentWithOphthalmologist.valueCode",
      "max": "1",
      "min": 1,
      "path": "BeModelChildReport.inTreatmentWithOphthalmologist.valueCode",
      "type": [ {
        "code": "code"
      } ],
      "short": "Treatment with ophthalmologist",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-ophthalmologist-treatments"
      },
      "definition": "Treatment with ophthalmologist."
    } ]
  },
  "contact": [ {
    "name": "eHealth Platform",
    "telecom": [ {
      "value": "https://www.ehealth.fgov.be",
      "system": "url"
    }, {
      "value": "support@be-ehealth-standards.atlassian.net",
      "system": "email"
    } ]
  }, {
    "name": "Message-Structure",
    "telecom": [ {
      "use": "work",
      "value": "support@be-ehealth-standards.atlassian.net",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/patient-dossier/StructureDefinition/BeModelDocument"
}