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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ext-followupTypeFollowup Type Extension
ext-orderOfTestOrder of Test Extension
profile-codeableconceptCodeableConcept
profile-encounter-screeningEncounter
profile-identifierIdentifier
profile-observationObservation
profile-organizationOrganization
profile-patientPatient
profile-practitionerPractitioner
profile-reference-organizationReference
profile-reference-patientReference
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-slf-cd",
  "name": "ChronicDiseaseScreeningReport",
  "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.extension",
        "path": "DiagnosticReport.extension",
        "min": 2
      },
      {
        "id": "DiagnosticReport.extension:orderOfTest",
        "path": "DiagnosticReport.extension",
        "sliceName": "orderOfTest",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-orderOfTest"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.extension:followupType",
        "path": "DiagnosticReport.extension",
        "sliceName": "followupType",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-followupType"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "max": "0",
        "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",
        "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": "screen-for-life-chronic-disease"
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "fixedString": "Screen For Life - Chronic Disease Screening Report"
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "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",
        "max": "0",
        "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",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-organization"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "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",
        "min": 1,
        "max": "1",
        "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",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.study",
        "path": "DiagnosticReport.study",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo",
        "path": "DiagnosticReport.supportingInfo",
        "min": 1
      },
      {
        "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",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/supportinginfo-type"
        }
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.extension",
        "path": "DiagnosticReport.supportingInfo.type.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.system",
        "path": "DiagnosticReport.supportingInfo.type.coding.system",
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/supportinginfo-type"
      },
      {
        "id": "DiagnosticReport.supportingInfo.reference",
        "path": "DiagnosticReport.supportingInfo.reference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "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.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"
      }
    ]
  }
}