PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@setp-0.9.0-alpha1.0.3
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Observation
description: An Observation is used to record ASA (American Society of Anesthesiologists) physical status of the patient who will/did receive the surgical procedure.
package_name: ca.on.oh
derivation: constraint
name: Observation
type: Observation
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  partOf:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Procedure']
    index: 2
    elements:
      reference: {mustSupport: true, index: 3}
      display: {mustSupport: true, index: 4}
  code:
    short: kind of Observation
    binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-observation-types'}
    mustSupport: true
    index: 5
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-observation-types'}
        mustSupport: true
        index: 6
        elements:
          system: {mustSupport: true, index: 7}
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-observation-types'}
            mustSupport: true
            index: 8
          display: {mustSupport: true, index: 9}
        required: [system, code]
    required: [coding]
  subject: {short: The patient the physical status pertain to, index: 10}
  value:
    short: ASA Score
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 12
  valueCodeableConcept: {type: CodeableConcept, short: ASA Score, mustSupport: true, choiceOf: value, index: 13}
  value[x]:
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/SETP-ASA-physical-status'}
        mustSupport: true
        index: 14
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/asa-physical-status'}
            mustSupport: true
            index: 15
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/SETP-ASA-physical-status'}
            mustSupport: true
            index: 16
          display: {mustSupport: true, index: 17}
        required: [system, code]
    required: [coding]
package_version: setp-0.9.0-alpha1.0.3
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.9.0
required: [value, valueCodeableConcept, meta]