http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0-ballot

The US Core Simple Observation Profile inherits from the FHIR [Observation](https://hl7.org/fhir/R4/observation.html) resource; refer to it for scope and usage definitions. This US Core FHIR Profile captures any \"simple\" observations not covered by other US Core Observation profiles. It represents any observation not classified as vital signs, laboratory, imaging, or other specific observation types. This profile sets minimum expectations for the Observation resource to record, search, and retrieve observations such as a clinical observation or assertion about patient health status or other general observations. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core Simple Observation Profile inherits from the FHIR [Observation](https://hl7.org/fhir/R4/observation.html) resource; refer to it for scope and usage definitions. This US Core FHIR Profile captures any \"simple\" observations not covered by other US Core Observation profiles. It represents any observation not classified as vital signs, laboratory,  imaging, or other specific observation types. This profile sets minimum expectations for the Observation resource to record, search, and retrieve observations such as a clinical observation or assertion about patient health status or other general observations. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreSimpleObservationProfile
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  category:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        us-core:
          match: {}
          schema:
            short: '𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗨𝗦𝗖𝗗𝗜: US Core classification of type of observation'
            mustSupport: false
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-simple-observation-category'}
            index: 2
          min: 0
  code: {mustSupport: true, index: 3}
  subject: {mustSupport: true, index: 4}
  effective:
    mustSupport: true
    choices: []
    index: 6
  performer: {mustSupport: true, index: 7}
  value:
    mustSupport: true
    choices: []
    index: 9
  derivedFrom: {short: '𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗨𝗦𝗖𝗗𝗜: US Core Profiles or other resource the observation is made from', mustSupport: false, index: 10}
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 8.0.0-ballot
required: [subject, category]