PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@3.0.1
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/DiagnosticReportLab
description: This profile represents the set of information related to the Laboratory diagnosis report generated by the laboratory services like Complete Blood Count, Basic Metabolic Panel, Lipid Panel, Urinalysis, etc. are ordered for the patient.
package_name: ndhm.in
derivation: constraint
name: DiagnosticReportLab
type: DiagnosticReport
elements:
  category:
    mustSupport: true
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 4
          code: {index: 5}
          display: {index: 6}
        required: [display, code]
      text: {mustSupport: true, index: 7}
  conclusionCode:
    mustSupport: true
    index: 23
    elements:
      coding:
        mustSupport: true
        index: 24
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 25
          code: {index: 26}
          display: {index: 27}
        required: [display, code]
      text: {mustSupport: true, index: 28}
  conclusion: {mustSupport: true, index: 22}
  encounter:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter']
    index: 15
  specimen:
    type: Reference
    mustSupport: true
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Specimen']
    index: 18
  resultsInterpreter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
    index: 17
  status: {mustSupport: true, index: 1}
  result:
    type: Reference
    mustSupport: true
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation']
    index: 19
  code:
    mustSupport: true
    index: 8
    elements:
      coding:
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 10
          code: {index: 11}
          display: {index: 12}
        required: [display, code]
      text: {mustSupport: true, index: 13}
  presentedForm:
    elements:
      contentType: {index: 29}
      data: {index: 30}
    required: [contentType, data]
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/NutritionOrder', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/CarePlan', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/ServiceRequest']
    index: 0
  imagingStudy:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImagingStudy']
    index: 20
  media:
    elements:
      link:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Media']
        index: 21
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient']
    index: 14
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
    index: 16
package_version: 3.0.1
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/DiagnosticReportLab
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 3.0.1
required: [resultsInterpreter, conclusion, result]