PackagesCanonicalsLogsProblems
    Packages
    smart.who.int.pcmt@0.1.0
    http://smart.who.int/pcmt/StructureDefinition/ProductAuthorization
description: A record of authorization or compliance for one or more Products with a set of regulatory, policy, (pre-)qualification, or legal requirements.
package_name: smart.who.int.pcmt
derivation: specialization
name: ProductAuthorization
type: http://smart.who.int/pcmt/StructureDefinition/ProductAuthorization
elements:
  number: {type: Identifier, short: The identifier of the authorisation for the Products, index: 0}
  status:
    type: code
    short: Product status
    binding: {strength: extensible, valueSet: 'http://smart.who.int/pcmt/ValueSet/Status'}
    index: 1
  type:
    type: code
    short: Regulation type
    binding: {strength: extensible, valueSet: 'http://smart.who.int/pcmt/ValueSet/RegulationType'}
    index: 2
  jurisdiction: {type: CodeableConcept, short: 'The jurisidiction(s) (e.g. country, economic commuinity or region) where the authorisation is issued', array: true, min: 1, index: 3}
  holder:
    type: Reference
    short: The organisation responsible for the product i.e. the grantee of the authorisation
    refers: ['https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Organization']
    index: 4
  product:
    type: Reference
    short: Products that are covered under this authorization
    refers: ['http://smart.who.int/pcmt/StructureDefinition/Product']
    array: true
    min: 1
    index: 5
  validityPeriod: {type: Period, short: Validity Period of this authorization, index: 6}
package_version: 0.1.0
class: logical
kind: logical
url: http://smart.who.int/pcmt/StructureDefinition/ProductAuthorization
base: http://hl7.org/fhir/StructureDefinition/Base
version: 0.1.0
required: [holder, jurisdiction, product, status, type]