PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.14
    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-setp
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}
  status: {mustSupport: true, index: 5}
  code:
    short: kind of Observation
    binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-observation-types'}
    mustSupport: true
    index: 6
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-observation-types'}
        mustSupport: true
        index: 7
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 8
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-observation-types'}
            mustSupport: true
            index: 9
          display: {mustSupport: true, index: 10}
        required: [system, code]
    required: [coding]
  subject: {short: The patient the physical status pertain to, index: 11}
  value:
    short: ASA Score
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 13
  valueCodeableConcept: {type: CodeableConcept, short: ASA Score, mustSupport: true, choiceOf: value, index: 14}
  value[x]:
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/SETP-ASA-physical-status'}
        mustSupport: true
        index: 15
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/asa-physical-status'}
            mustSupport: true
            index: 16
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/SETP-ASA-physical-status'}
            mustSupport: true
            index: 17
          display: {mustSupport: true, index: 18}
        required: [system, code]
    required: [coding]
package_version: 0.9.0-alpha1.0.14
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [value, partOf, valueCodeableConcept, meta]