PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mcc@1.0.0-ballot2
    http://hl7.org/fhir/us/mcc/StructureDefinition/MCCImagingObservation
description: This profile constrains [US Core Clinical Result Observation Profile](http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result) for use in the MCC FHIR Care Plan or other FHIR Care Plans. It is using Observation resource to record, search, and fetch the components of diagnostic imaging test results for a patient.
package_name: hl7.fhir.us.mcc
derivation: constraint
name: MCCImagingObservation
type: Observation
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        resource-pertainsToGoal:
          match: {url: null}
          schema: {type: Extension, short: 'The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.', mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal', index: 1}
  category:
    label: imaging category
    short: indicates imaging category
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category', display: Imaging}
    index: 2
    slicing:
      slices:
        us-core:
          match: {}
          schema:
            label: imaging category
            short: indicates imaging category
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category', display: Imaging}
            _required: true
            index: 2
          min: 1
          max: 1
package_version: 1.0.0-ballot2
extensions:
  resource-pertainsToGoal: {url: 'http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal', type: Extension, short: 'The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.', mustSupport: true, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/us/mcc/StructureDefinition/MCCImagingObservation
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result
version: 1.0.0-ballot2
required: [category]