PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ihe-sdc-ecc.r4b@1.0.0
    http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation
description: This Observation Profile describes how to capture Question/Answer Pairs from IHE SDC. If the question is Multiselect multiple Observations with the same Question Code should be created. A section should also be represented as a grouping Observation. If the question has a follow up text or number entry field e.g. Other (Specify) the information from the textbox should be stored in the Observation.component.value, and the Observation.component.code should repeat the Observation.value as the sub-question.
package_name: hl7.fhir.uv.ihe-sdc-ecc.r4b
derivation: constraint
name: ObservationSDCeCC
type: Observation
elements:
  identifier: {short: the SDC instanceGUID, mustSupport: true, index: 0}
  code: {short: SDC section/question ID, index: 1}
  subject: {mustSupport: true, index: 2}
  value:
    short: the value for selected answer
    mustSupport: true
    choices: []
    index: 4
  hasMember:
    type: Reference
    short: child observation reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation']
    index: 5
  derivedFrom:
    type: Reference
    short: parent observation reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation']
    index: 6
  component: {short: additional entry, mustSupport: true, index: 7}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [identifier]