PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.1.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips
description: This profile constrains the Observation resource to represent various types of results and associated observations in a patient summary.  This is the base profile from which the other results profiles are derived.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: ObservationResultsUvIps
type: Observation
elements:
  category: {type: CodeableConcept, index: 1}
  hasMember:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/MolecularSequence', 'http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips']
    index: 13
  value:
    mustSupport: true
    choices: []
    index: 12
  component: {mustSupport: true, index: 14}
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', max: 1, type: Extension, short: 'effective[x] absence reason', mustSupport: true, index: 9}
    elements:
      extension:
        type: Extension
        short: effective[x] absence reason
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 9
        slicing:
          slices:
            data-absent-reason:
              match: {}
              schema: {type: Extension, short: 'effective[x] absence reason', mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 9}
              max: 1
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
  status:
    pattern: {type: Code, value: final}
    index: 0
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  code: {type: CodeableConcept, mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
    required: [reference]
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips']
    index: 10
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 8}
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [effectiveDateTime, effectivePeriod, subject, effective]