PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.nhsengland.programme@0.1.0-alpha2
    https://fhir.nhs.uk/England/StructureDefinition/England-Observation-MCED-Site
description: A MCED Profile for validation purposes only. This profile shows the minimum vaible product
package_name: fhir.r4.nhsengland.programme
derivation: constraint
name: EnglandObservationMCEDSite
type: Observation
elements:
  code:
    elements:
      coding:
        index: 0
        slicing:
          rules: closed
          discriminator:
          - {path: code, type: value}
          min: 1
          max: 1
          slices:
            primarySite:
              match: {code: '1873921000000106'}
              schema:
                index: 1
                elements:
                  system:
                    pattern: {type: uri, value: 'http://snomed.info/sct'}
                    type: uri
                    index: 2
                  code:
                    pattern: {type: code, value: '1873921000000106'}
                    type: code
                    index: 3
                  display:
                    pattern: {type: string, value: Multi-cancer early detection highest scored cancer signal origin by machine learning-based classifier}
                    type: string
                    index: 4
            secondaySite:
              match: {code: '1873931000000108'}
              schema:
                index: 5
                elements:
                  system:
                    pattern: {type: uri, value: 'http://snomed.info/sct'}
                    type: uri
                    index: 6
                  code:
                    pattern: {type: code, value: '1873931000000108'}
                    type: code
                    index: 7
                  display:
                    pattern: {type: string, value: Multi-cancer early detection second highest scored cancer signal origin by machine learning-based classifier}
                    type: string
                    index: 8
    required: [coding]
  component:
    index: 9
    elements:
      code:
        elements:
          coding:
            elements:
              system:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                type: uri
                index: 10
              code:
                pattern: {type: code, value: '123037004'}
                type: code
                index: 11
              display:
                pattern: {type: string, value: Body structure}
                type: string
                index: 12
      value:
        choices: [valueCodeableConcept]
        index: 14
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 15}
    required: [value, valueCodeableConcept]
package_version: 0.1.0-alpha2
class: profile
kind: resource
url: https://fhir.nhs.uk/England/StructureDefinition/England-Observation-MCED-Site
base: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation
version: 0.0.2
required: [component]