PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4b@5.3.0-ballot
    http://hl7.org/fhir/StructureDefinition/observation-focusCode
description: 'This extension is deprecated. There are alternate ways to represent this information through the use of Observation.focus and the elements of the referenced Resource. Old description: A code representing the  focus of an observation when the focus is not the patient of record.  In other words, the focus of the observation is different from `Observation.subject`.   An example use case would be using the *Observation* resource to capture whether the mother is trained to change her child''s tracheostomy tube.  In this example, the child is the patient of record and the mother is focal subject referenced using this extension.  Other example focal subjects include spouses, related persons, feti, or  donors.'
package_name: hl7.fhir.uv.extensions.r4b
derivation: constraint
name: ObsFocusCode
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/observation-focusCode'}
    index: 1
  value:
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 4}
package_version: 5.3.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/observation-focusCode
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot
required: [value, valueCodeableConcept]