PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@0.1.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/observation-alcoholuse-uv-ips
description: This profile constrains the Observation resource to represent alcohol use assessment in a patient summary
package_name: hl7.fhir.uv.ips
derivation: constraint
name: Observation-alcoholUse-uv-ips
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  code:
    type: CodeableConcept
    mustSupport: true
    index: 1
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 2
          code:
            pattern: {type: Code, value: 74013-4}
            index: 3
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
    elements:
      identifier: {index: 5}
  effective:
    mustSupport: true
    choices: []
    index: 7
  valueQuantity:
    type: Quantity
    mustSupport: true
    index: 8
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            type: Quantity
            mustSupport: true
            index: 8
            elements:
              value: {mustSupport: true, index: 9}
              comparator: {index: 10}
              system:
                pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                mustSupport: true
                index: 11
              code: {mustSupport: true, index: 12}
            required: [value, code]
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/observation-alcoholuse-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [subject, code, effective]