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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeStructureDefinition
IdDiagnosticReport.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport
Statusdraft
NameDiagnosticReport
TypeDiagnosticReport
Kindresource

Resources that use this resource

StructureDefinition
profile-summarynotesComposition
profile-ot-procedureProcedure

Resources that this resource uses

StructureDefinition
profile-documentreferenceDocumentReference
profile-encounterEncounter
profile-observationObservation
profile-patientPatient
profile-practitionerPractitioner
profile-servicerequestServiceRequest
profile-specimenSpecimen
ValueSet
nehr-investigationtypesNEHR Investigation Types Value Set

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport",
  "name": "DiagnosticReport",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.contained",
        "path": "DiagnosticReport.contained",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Sample for analysis",
        "definition": "A sample to be used for analysis.",
        "min": 1,
        "constraint": [
          {
            "key": "dom-2",
            "severity": "error",
            "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
            "expression": "contained.contained.empty()",
            "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key": "dom-4",
            "severity": "error",
            "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
            "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
            "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key": "dom-3",
            "severity": "error",
            "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
            "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()",
            "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key": "dom-6",
            "severity": "warning",
            "human": "A resource should have narrative for robust management",
            "expression": "text.`div`.exists()",
            "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key": "dom-5",
            "severity": "error",
            "human": "If a resource is contained in another resource, it SHALL NOT have a security label",
            "expression": "contained.meta.security.empty()",
            "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "Entity. Role, or Act"
          },
          {
            "identity": "rim",
            "map": "N/A"
          },
          {
            "identity": "rim",
            "map": "Entity, Role, or Act"
          },
          {
            "identity": "w5",
            "map": "clinical.diagnostics"
          },
          {
            "identity": "rim",
            "map": "Role[classCode=SPEC]"
          }
        ]
      },
      {
        "id": "DiagnosticReport.contained:Specimen",
        "path": "DiagnosticReport.contained",
        "sliceName": "Specimen",
        "short": "Contained, inline Resources",
        "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.",
        "max": "1",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.contained:Observation",
        "path": "DiagnosticReport.contained",
        "sliceName": "Observation",
        "short": "Contained, inline Resources",
        "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.modifierExtension",
        "path": "DiagnosticReport.modifierExtension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.id",
        "path": "DiagnosticReport.identifier.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.extension",
        "path": "DiagnosticReport.identifier.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.use",
        "path": "DiagnosticReport.identifier.use",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.type",
        "path": "DiagnosticReport.identifier.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.system",
        "path": "DiagnosticReport.identifier.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.value",
        "path": "DiagnosticReport.identifier.value",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.period",
        "path": "DiagnosticReport.identifier.period",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.assigner",
        "path": "DiagnosticReport.identifier.assigner",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:recordID",
        "path": "DiagnosticReport.identifier",
        "sliceName": "recordID",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.id",
        "path": "DiagnosticReport.identifier.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.extension",
        "path": "DiagnosticReport.identifier.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.use",
        "path": "DiagnosticReport.identifier.use",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.type",
        "path": "DiagnosticReport.identifier.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.system",
        "path": "DiagnosticReport.identifier.system",
        "min": 1,
        "patternUri": "https://fhir.synapxe.sg/NamingSystem/recordID"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.value",
        "path": "DiagnosticReport.identifier.value",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier:recordID.period",
        "path": "DiagnosticReport.identifier.period",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:recordID.assigner",
        "path": "DiagnosticReport.identifier.assigner",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber",
        "path": "DiagnosticReport.identifier",
        "sliceName": "accessionNumber",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.id",
        "path": "DiagnosticReport.identifier.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.extension",
        "path": "DiagnosticReport.identifier.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.use",
        "path": "DiagnosticReport.identifier.use",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.type",
        "path": "DiagnosticReport.identifier.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.system",
        "path": "DiagnosticReport.identifier.system",
        "patternUri": "https://fhir.synapxe.sg/NamingSystem/accessionNumber"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.value",
        "path": "DiagnosticReport.identifier.value",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.period",
        "path": "DiagnosticReport.identifier.period",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier:accessionNumber.assigner",
        "path": "DiagnosticReport.identifier.assigner",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "min": 1,
        "max": "1"
      },
      {
        "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,
        "patternUri": "https://fhir.synapxe.sg/CodeSystem/nehr-investigationtypes"
      },
      {
        "id": "DiagnosticReport.category.coding.version",
        "path": "DiagnosticReport.category.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.category.coding.code",
        "path": "DiagnosticReport.category.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/nehr-investigationtypes"
        }
      },
      {
        "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.id",
        "path": "DiagnosticReport.code.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.extension",
        "path": "DiagnosticReport.code.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.coding",
        "path": "DiagnosticReport.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code.coding.id",
        "path": "DiagnosticReport.code.coding.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.coding.extension",
        "path": "DiagnosticReport.code.coding.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.text",
        "path": "DiagnosticReport.code.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.subject.reference",
        "path": "DiagnosticReport.subject.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.issued",
        "path": "DiagnosticReport.issued",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.resultsInterpreter",
        "path": "DiagnosticReport.resultsInterpreter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.specimen",
        "path": "DiagnosticReport.specimen",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result.reference",
        "path": "DiagnosticReport.result.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.note",
        "path": "DiagnosticReport.note",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.study",
        "path": "DiagnosticReport.study",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo",
        "path": "DiagnosticReport.supportingInfo",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.id",
        "path": "DiagnosticReport.supportingInfo.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.extension",
        "path": "DiagnosticReport.supportingInfo.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.supportingInfo.modifierExtension",
        "path": "DiagnosticReport.supportingInfo.modifierExtension",
        "max": "0"
      },
      {
        "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
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.code",
        "path": "DiagnosticReport.supportingInfo.type.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.supportingInfo.type.coding.display",
        "path": "DiagnosticReport.supportingInfo.type.coding.display",
        "min": 1
      },
      {
        "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-specimen"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media.id",
        "path": "DiagnosticReport.media.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media.extension",
        "path": "DiagnosticReport.media.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media.modifierExtension",
        "path": "DiagnosticReport.media.modifierExtension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media.comment",
        "path": "DiagnosticReport.media.comment",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media.link",
        "path": "DiagnosticReport.media.link",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-documentreference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.composition",
        "path": "DiagnosticReport.composition",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode",
        "path": "DiagnosticReport.conclusionCode",
        "max": "1"
      },
      {
        "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",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.id",
        "path": "DiagnosticReport.conclusionCode.coding.id",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.extension",
        "path": "DiagnosticReport.conclusionCode.coding.extension",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.system",
        "path": "DiagnosticReport.conclusionCode.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.version",
        "path": "DiagnosticReport.conclusionCode.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.code",
        "path": "DiagnosticReport.conclusionCode.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.display",
        "path": "DiagnosticReport.conclusionCode.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.userSelected",
        "path": "DiagnosticReport.conclusionCode.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.text",
        "path": "DiagnosticReport.conclusionCode.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.presentedForm",
        "path": "DiagnosticReport.presentedForm",
        "max": "0"
      }
    ]
  }
}