FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-diagnosticreport-hpb-shs.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport-hpb-shs
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport-hpb-shs
Statusactive
NameSchoolHealthScreeningReport
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
profile-annotationAnnotation
profile-codeableconceptCodeableConcept
profile-encounter-screeningEncounter
profile-identifierIdentifier
profile-observationObservation
profile-patientPatient
profile-practitionerPractitioner
profile-questionnaireresponseQuestionnaireResponse
profile-reference-patientReference
profile-reference-practitionerReference
profile-referralReferral
profile-specimenSpecimen
ValueSet
screen-typeScreen Type Value Set

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport-hpb-shs",
  "name": "SchoolHealthScreeningReport",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "comment": "The rules of the identifier.type  determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-referral"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.basedOn.id",
        "path": "DiagnosticReport.basedOn.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.extension",
        "path": "DiagnosticReport.basedOn.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.reference",
        "path": "DiagnosticReport.basedOn.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.basedOn.type",
        "path": "DiagnosticReport.basedOn.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.identifier",
        "path": "DiagnosticReport.basedOn.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.display",
        "path": "DiagnosticReport.basedOn.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.id",
        "path": "DiagnosticReport.category.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.extension",
        "path": "DiagnosticReport.category.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.coding",
        "path": "DiagnosticReport.category.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.category.coding.id",
        "path": "DiagnosticReport.category.coding.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.coding.extension",
        "path": "DiagnosticReport.category.coding.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.coding.system",
        "path": "DiagnosticReport.category.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/screen-type"
      },
      {
        "id": "DiagnosticReport.category.coding.code",
        "path": "DiagnosticReport.category.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.category.coding.display",
        "path": "DiagnosticReport.category.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.category.coding.userSelected",
        "path": "DiagnosticReport.category.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.text",
        "path": "DiagnosticReport.category.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "short": "Concept - reference to a terminology or just  text",
        "definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Screening Types for Diagnostic Reports",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/screen-type"
        }
      },
      {
        "id": "DiagnosticReport.code.extension",
        "path": "DiagnosticReport.code.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/screen-type"
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "fixedCode": "hpb-school-health-service"
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "fixedString": "HPB School Health Service Report"
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "short": "A reference from one resource to another",
        "definition": "A reference from one resource to another.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.subject.display",
        "path": "DiagnosticReport.subject.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter-screening"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.encounter.id",
        "path": "DiagnosticReport.encounter.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter.extension",
        "path": "DiagnosticReport.encounter.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter.reference",
        "path": "DiagnosticReport.encounter.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.encounter.type",
        "path": "DiagnosticReport.encounter.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter.identifier",
        "path": "DiagnosticReport.encounter.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter.display",
        "path": "DiagnosticReport.encounter.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.effective[x]",
        "path": "DiagnosticReport.effective[x]",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.issued",
        "path": "DiagnosticReport.issued",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "short": "A reference from one resource to another",
        "definition": "A reference from one resource to another.",
        "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-practitioner"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.performer.display",
        "path": "DiagnosticReport.performer.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter",
        "path": "DiagnosticReport.resultsInterpreter",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.id",
        "path": "DiagnosticReport.resultsInterpreter.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.extension",
        "path": "DiagnosticReport.resultsInterpreter.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.reference",
        "path": "DiagnosticReport.resultsInterpreter.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.type",
        "path": "DiagnosticReport.resultsInterpreter.type",
        "fixedUri": "Practitioner"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier",
        "path": "DiagnosticReport.resultsInterpreter.identifier",
        "min": 1
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.id",
        "path": "DiagnosticReport.resultsInterpreter.identifier.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.extension",
        "path": "DiagnosticReport.resultsInterpreter.identifier.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.use",
        "path": "DiagnosticReport.resultsInterpreter.identifier.use",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.type",
        "path": "DiagnosticReport.resultsInterpreter.identifier.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.system",
        "path": "DiagnosticReport.resultsInterpreter.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/mcr"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.value",
        "path": "DiagnosticReport.resultsInterpreter.identifier.value",
        "min": 1
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.period",
        "path": "DiagnosticReport.resultsInterpreter.identifier.period",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.identifier.assigner",
        "path": "DiagnosticReport.resultsInterpreter.identifier.assigner",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.display",
        "path": "DiagnosticReport.resultsInterpreter.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen",
        "path": "DiagnosticReport.specimen",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.specimen.id",
        "path": "DiagnosticReport.specimen.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.extension",
        "path": "DiagnosticReport.specimen.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.reference",
        "path": "DiagnosticReport.specimen.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.specimen.type",
        "path": "DiagnosticReport.specimen.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.identifier",
        "path": "DiagnosticReport.specimen.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.display",
        "path": "DiagnosticReport.specimen.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result.id",
        "path": "DiagnosticReport.result.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.extension",
        "path": "DiagnosticReport.result.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.reference",
        "path": "DiagnosticReport.result.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result.type",
        "path": "DiagnosticReport.result.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.identifier",
        "path": "DiagnosticReport.result.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.display",
        "path": "DiagnosticReport.result.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.note",
        "path": "DiagnosticReport.note",
        "short": "Text node with attribution",
        "definition": "A  text note which also  contains information about who made the statement and when.",
        "comment": "For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time.  This element may need to be included in narrative because of the potential for modifying information.  *Annotations SHOULD NOT* be used to communicate \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-annotation"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.study",
        "path": "DiagnosticReport.study",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo",
        "path": "DiagnosticReport.supportingInfo",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type.coding.code"
            }
          ],
          "rules": "open"
        },
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.id",
        "path": "DiagnosticReport.supportingInfo.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.modifierExtension",
        "path": "DiagnosticReport.supportingInfo.modifierExtension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type",
        "path": "DiagnosticReport.supportingInfo.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/supportinginfo-type"
        }
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.id",
        "path": "DiagnosticReport.supportingInfo.type.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.extension",
        "path": "DiagnosticReport.supportingInfo.type.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding",
        "path": "DiagnosticReport.supportingInfo.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.id",
        "path": "DiagnosticReport.supportingInfo.type.coding.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.extension",
        "path": "DiagnosticReport.supportingInfo.type.coding.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.system",
        "path": "DiagnosticReport.supportingInfo.type.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/supportinginfo-type"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.code",
        "path": "DiagnosticReport.supportingInfo.type.coding.code",
        "min": 1,
        "fixedCode": "history"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.display",
        "path": "DiagnosticReport.supportingInfo.type.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.userSelected",
        "path": "DiagnosticReport.supportingInfo.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.text",
        "path": "DiagnosticReport.supportingInfo.type.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference",
        "path": "DiagnosticReport.supportingInfo.reference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-questionnaireresponsehistory"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference.id",
        "path": "DiagnosticReport.supportingInfo.reference.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference.extension",
        "path": "DiagnosticReport.supportingInfo.reference.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference.reference",
        "path": "DiagnosticReport.supportingInfo.reference.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference.type",
        "path": "DiagnosticReport.supportingInfo.reference.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference.identifier",
        "path": "DiagnosticReport.supportingInfo.reference.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference.display",
        "path": "DiagnosticReport.supportingInfo.reference.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history",
        "path": "DiagnosticReport.supportingInfo",
        "sliceName": "history",
        "max": "1"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.id",
        "path": "DiagnosticReport.supportingInfo.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.extension",
        "path": "DiagnosticReport.supportingInfo.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.modifierExtension",
        "path": "DiagnosticReport.supportingInfo.modifierExtension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type",
        "path": "DiagnosticReport.supportingInfo.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/supportinginfo-type"
        }
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.id",
        "path": "DiagnosticReport.supportingInfo.type.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.extension",
        "path": "DiagnosticReport.supportingInfo.type.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding",
        "path": "DiagnosticReport.supportingInfo.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding.id",
        "path": "DiagnosticReport.supportingInfo.type.coding.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding.extension",
        "path": "DiagnosticReport.supportingInfo.type.coding.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding.system",
        "path": "DiagnosticReport.supportingInfo.type.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/supportinginfo-type"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding.code",
        "path": "DiagnosticReport.supportingInfo.type.coding.code",
        "min": 1,
        "fixedCode": "history"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding.display",
        "path": "DiagnosticReport.supportingInfo.type.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.coding.userSelected",
        "path": "DiagnosticReport.supportingInfo.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.type.text",
        "path": "DiagnosticReport.supportingInfo.type.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.reference.id",
        "path": "DiagnosticReport.supportingInfo.reference.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.reference.extension",
        "path": "DiagnosticReport.supportingInfo.reference.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.reference.reference",
        "path": "DiagnosticReport.supportingInfo.reference.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.reference.type",
        "path": "DiagnosticReport.supportingInfo.reference.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.reference.identifier",
        "path": "DiagnosticReport.supportingInfo.reference.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:history.reference.display",
        "path": "DiagnosticReport.supportingInfo.reference.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup",
        "path": "DiagnosticReport.supportingInfo",
        "sliceName": "followup",
        "max": "1"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.id",
        "path": "DiagnosticReport.supportingInfo.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.extension",
        "path": "DiagnosticReport.supportingInfo.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.modifierExtension",
        "path": "DiagnosticReport.supportingInfo.modifierExtension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type",
        "path": "DiagnosticReport.supportingInfo.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/supportinginfo-type"
        }
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.id",
        "path": "DiagnosticReport.supportingInfo.type.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.extension",
        "path": "DiagnosticReport.supportingInfo.type.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding",
        "path": "DiagnosticReport.supportingInfo.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding.id",
        "path": "DiagnosticReport.supportingInfo.type.coding.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding.extension",
        "path": "DiagnosticReport.supportingInfo.type.coding.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding.system",
        "path": "DiagnosticReport.supportingInfo.type.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/supportinginfo-type"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding.code",
        "path": "DiagnosticReport.supportingInfo.type.coding.code",
        "min": 1,
        "fixedCode": "followup"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding.display",
        "path": "DiagnosticReport.supportingInfo.type.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.coding.userSelected",
        "path": "DiagnosticReport.supportingInfo.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.type.text",
        "path": "DiagnosticReport.supportingInfo.type.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference",
        "path": "DiagnosticReport.supportingInfo.reference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-questionnaireresponse"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference.id",
        "path": "DiagnosticReport.supportingInfo.reference.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference.extension",
        "path": "DiagnosticReport.supportingInfo.reference.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference.reference",
        "path": "DiagnosticReport.supportingInfo.reference.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference.type",
        "path": "DiagnosticReport.supportingInfo.reference.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference.identifier",
        "path": "DiagnosticReport.supportingInfo.reference.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo:followup.reference.display",
        "path": "DiagnosticReport.supportingInfo.reference.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.composition",
        "path": "DiagnosticReport.composition",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusion",
        "path": "DiagnosticReport.conclusion",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode",
        "path": "DiagnosticReport.conclusionCode",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.id",
        "path": "DiagnosticReport.conclusionCode.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.extension",
        "path": "DiagnosticReport.conclusionCode.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding",
        "path": "DiagnosticReport.conclusionCode.coding",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.text",
        "path": "DiagnosticReport.conclusionCode.text",
        "min": 1
      },
      {
        "id": "DiagnosticReport.presentedForm",
        "path": "DiagnosticReport.presentedForm",
        "max": "0"
      }
    ]
  }
}