PackagesCanonicalsLogsProblems
    Packages
    fhir.trustedhealthapps.org@1.1.0
    https://fhir.trustedhealthapps.org/StructureDefinition/CodingHealthAppAge
description: null
package_name: fhir.trustedhealthapps.org
derivation: constraint
name: CodingHealthAppAge
type: Coding
elements:
  system:
    pattern: {type: uri, value: 'http://snomed.info/sct'}
    mustSupport: true
    type: uri
    index: 0
  code:
    binding: {strength: required, valueSet: 'https://fhir.trustedhealthapps.org/ValueSet/HealthAppAge'}
    mustSupport: true
    index: 1
  display: {mustSupport: true, index: 2}
package_version: 1.1.0
class: complex-type
kind: complex-type
url: https://fhir.trustedhealthapps.org/StructureDefinition/CodingHealthAppAge
base: http://hl7.org/fhir/StructureDefinition/Coding
version: 1.1.0
required: [code, system]