PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOParticipantObservation
description: This profile is used to represent the portable medical orders participant observation.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIPMOParticipantObservation
type: Observation
elements:
  status:
    pattern: {type: code, value: final}
    type: code
    index: 0
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 100827-5, system: 'http://loinc.org'}
    type: CodeableConcept
    index: 1
  focus:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOComposition']
    index: 2
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 5}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOParticipantObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [focus, value, valueCodeableConcept]