PackagesCanonicalsLogsProblems
    Packages
    silth.fhir.th.mophpc1@0.1.1
    https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-diagnosticreport-base
description: การรายงานผลการตรวจวินิจฉัยทางคลินิก
package_name: silth.fhir.th.mophpc1
derivation: constraint
name: MophPcDiagnosticReportBase
type: DiagnosticReport
elements:
  code:
    mustSupport: true
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            loinc:
              match: {system: 'http://loinc.org'}
              schema:
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/report-codes'}
                mustSupport: true
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code: {index: 4}
                required: [system, code]
            tmlt:
              match: {system: 'https://terms.sil-th.org/core/CodeSystem/cs-th-tmlt'}
              schema:
                binding: {strength: extensible, valueSet: 'https://terms.sil-th.org/core/ValueSet/th-tmlt'}
                mustSupport: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'https://terms.sil-th.org/core/CodeSystem/cs-th-tmlt'}
                    index: 6
                  code: {index: 7}
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-patient-base']
    index: 8
  effective:
    mustSupport: true
    choices: []
    index: 10
  issued: {mustSupport: true, index: 11}
  performer:
    type: Reference
    mustSupport: true
    refers: ['https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-organization-provider']
    index: 12
  specimen: {mustSupport: true, index: 13}
  result: {mustSupport: true, index: 14}
package_version: 0.1.1
class: profile
kind: resource
url: https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-diagnosticreport-base
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 0.1.1
required: [subject]