UnicomIG
0.1.0 - ci-build
UnicomIG, published by UNICOM. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/hl7-eu/unicom-ig and changes regularly. See the Directory of published versions
Official URL: http://unicom-project.eu/fhir/StructureDefinition/TransitionRegulatedAuthorization | Version: 0.1.0 | |||
Active as of 2023-02-03 | Computable Name: TransitionRegulatedAuthorization |
Intermediate profile for processing PPL Marketing Authorisation (Regulated Authorization) data
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from RegulatedAuthorization
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | RegulatedAuthorization | Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product | |
![]() ![]() ![]() | 0..* | Identifier | Marketing authorisation number | |
![]() ![]() ![]() ![]() | 0..1 | uri | The namespace for the identifier value Required Pattern: http://ema.europa.eu/fhir/marketingAuthorizationNumber | |
![]() ![]() ![]() | 0..* | Reference(Processing Profile - Medicinal Product | Processing Profile - Packaged Product) | Reference to the medicinal product or a single package, depending on how the MA has been issued | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Overall type of this authorization, for example drug marketing approval, orphan drug designation Required Pattern: At least the following | |
![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: https://spor.ema.europa.eu/v1/lists/220000000060 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 220000000061 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | Representation defined by the system Fixed Value: Marketing Authorisation | |
![]() ![]() ![]() | 0..1 | CodeableConcept | The territory in which the authorization has been granted | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Marketing authorisation status | |
![]() ![]() ![]() | 0..1 | dateTime | Issue/changing date of the marketing authorisation | |
![]() ![]() ![]() | 0..1 | Reference(Processing Profile - Organization) | The organization that has been granted this authorization, by the regulator | |
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | RegulatedAuthorization | Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product | |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 0..* | Identifier | Marketing authorisation number |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required) |
![]() ![]() ![]() ![]() | Σ | 0..1 | uri | The namespace for the identifier value Required Pattern: http://ema.europa.eu/fhir/marketingAuthorizationNumber |
![]() ![]() ![]() | Σ | 0..* | Reference(Processing Profile - Medicinal Product | Processing Profile - Packaged Product) | Reference to the medicinal product or a single package, depending on how the MA has been issued |
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Overall type of this authorization, for example drug marketing approval, orphan drug designation Binding: RegulatedAuthorizationType (example): Overall type of this authorization. Required Pattern: At least the following |
![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: https://spor.ema.europa.eu/v1/lists/220000000060 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 220000000061 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | Representation defined by the system Fixed Value: Marketing Authorisation | |
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The territory in which the authorization has been granted Binding: Jurisdiction ValueSet (example): Jurisdiction codes |
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Marketing authorisation status Binding: PublicationStatus (preferred): The lifecycle status of an artifact. |
![]() ![]() ![]() | Σ | 0..1 | dateTime | Issue/changing date of the marketing authorisation |
![]() ![]() ![]() | Σ | 0..1 | Reference(Processing Profile - Organization) | The organization that has been granted this authorization, by the regulator |
![]() |
Path | Conformance | ValueSet / Code |
RegulatedAuthorization.identifier.use | required | IdentifierUse |
RegulatedAuthorization.type | example | Pattern: 220000000061("Marketing Authorisation") |
RegulatedAuthorization.region | example | Jurisdiction ValueSet |
RegulatedAuthorization.status | preferred | PublicationStatus |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | RegulatedAuthorization | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | RegulatedAuthorization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | RegulatedAuthorization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | RegulatedAuthorization | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | RegulatedAuthorization | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | 0..* | RegulatedAuthorization | Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product | |||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): IETF language tag
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 0..* | Identifier | Marketing authorisation number | ||||
![]() ![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required) | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible) | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | uri | The namespace for the identifier value Required Pattern: http://ema.europa.eu/fhir/marketingAuthorizationNumber | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() | Σ | 0..* | Reference(Processing Profile - Medicinal Product | Processing Profile - Packaged Product) | Reference to the medicinal product or a single package, depending on how the MA has been issued | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Overall type of this authorization, for example drug marketing approval, orphan drug designation Binding: RegulatedAuthorizationType (example): Overall type of this authorization. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: https://spor.ema.europa.eu/v1/lists/220000000060 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 220000000061 | |||||
![]() ![]() ![]() ![]() ![]() | 1..1 | string | Representation defined by the system Fixed Value: Marketing Authorisation | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() | Σ | 0..1 | markdown | General textual supporting information | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The territory in which the authorization has been granted Binding: Jurisdiction ValueSet (example): Jurisdiction codes | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Marketing authorisation status Binding: PublicationStatus (preferred): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() | Σ | 0..1 | dateTime | Issue/changing date of the marketing authorisation | ||||
![]() ![]() ![]() | Σ | 0..1 | Period | The time period in which the regulatory approval etc. is in effect, e.g. a Marketing Authorization includes the date of authorization and/or expiration date | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableReference(ClinicalUseDefinition) | Condition for which the use of the regulated product applies | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The intended use of the product, e.g. prevention, treatment Binding: ProductIntendedUse (preferred): The overall intended use of a product. | ||||
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | The legal/regulatory framework or reasons under which this authorization is granted Binding: RegulatedAuthorizationBasis (example): A legal or regulatory framework against which an authorization is granted, or other reasons for it. | ||||
![]() ![]() ![]() | Σ | 0..1 | Reference(Processing Profile - Organization) | The organization that has been granted this authorization, by the regulator | ||||
![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | The regulatory authority or authorizing body granting the authorization | ||||
![]() ![]() ![]() | Σ | 0..1 | BackboneElement | The case or regulatory procedure for granting or amending a regulated authorization. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page) | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Identifier | Identifier by which this case can be referenced | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The defining type of case Binding: RegulatedAuthorizationCaseType (example): The type of a case involved in an application. | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The status associated with the case Binding: PublicationStatus (preferred): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Relevant date for this case | |||||
![]() ![]() ![]() ![]() ![]() | Period | |||||||
![]() ![]() ![]() ![]() ![]() | dateTime | |||||||
![]() ![]() ![]() ![]() | Σ | 0..* | See case (RegulatedAuthorization) | Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure | ||||
![]() |
Path | Conformance | ValueSet / Code | ||||
RegulatedAuthorization.language | preferred | CommonLanguages
| ||||
RegulatedAuthorization.identifier.use | required | IdentifierUse | ||||
RegulatedAuthorization.identifier.type | extensible | Identifier Type Codes | ||||
RegulatedAuthorization.type | example | Pattern: 220000000061("Marketing Authorisation") | ||||
RegulatedAuthorization.region | example | Jurisdiction ValueSet | ||||
RegulatedAuthorization.status | preferred | PublicationStatus | ||||
RegulatedAuthorization.intendedUse | preferred | ProductIntendedUse | ||||
RegulatedAuthorization.basis | example | RegulatedAuthorizationBasis | ||||
RegulatedAuthorization.case.type | example | RegulatedAuthorizationCaseType | ||||
RegulatedAuthorization.case.status | preferred | PublicationStatus |
Id | Grade | Path(s) | Details | Requirements |
dom-r4b | warning | RegulatedAuthorization.contained | Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems : ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic) | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from RegulatedAuthorization
Summary
Structures
This structure refers to these other structures:
Differential View
This structure is derived from RegulatedAuthorization
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | RegulatedAuthorization | Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product | |
![]() ![]() ![]() | 0..* | Identifier | Marketing authorisation number | |
![]() ![]() ![]() ![]() | 0..1 | uri | The namespace for the identifier value Required Pattern: http://ema.europa.eu/fhir/marketingAuthorizationNumber | |
![]() ![]() ![]() | 0..* | Reference(Processing Profile - Medicinal Product | Processing Profile - Packaged Product) | Reference to the medicinal product or a single package, depending on how the MA has been issued | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Overall type of this authorization, for example drug marketing approval, orphan drug designation Required Pattern: At least the following | |
![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: https://spor.ema.europa.eu/v1/lists/220000000060 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 220000000061 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | Representation defined by the system Fixed Value: Marketing Authorisation | |
![]() ![]() ![]() | 0..1 | CodeableConcept | The territory in which the authorization has been granted | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Marketing authorisation status | |
![]() ![]() ![]() | 0..1 | dateTime | Issue/changing date of the marketing authorisation | |
![]() ![]() ![]() | 0..1 | Reference(Processing Profile - Organization) | The organization that has been granted this authorization, by the regulator | |
![]() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | RegulatedAuthorization | Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product | |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 0..* | Identifier | Marketing authorisation number |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required) |
![]() ![]() ![]() ![]() | Σ | 0..1 | uri | The namespace for the identifier value Required Pattern: http://ema.europa.eu/fhir/marketingAuthorizationNumber |
![]() ![]() ![]() | Σ | 0..* | Reference(Processing Profile - Medicinal Product | Processing Profile - Packaged Product) | Reference to the medicinal product or a single package, depending on how the MA has been issued |
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Overall type of this authorization, for example drug marketing approval, orphan drug designation Binding: RegulatedAuthorizationType (example): Overall type of this authorization. Required Pattern: At least the following |
![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: https://spor.ema.europa.eu/v1/lists/220000000060 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 220000000061 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | Representation defined by the system Fixed Value: Marketing Authorisation | |
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The territory in which the authorization has been granted Binding: Jurisdiction ValueSet (example): Jurisdiction codes |
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Marketing authorisation status Binding: PublicationStatus (preferred): The lifecycle status of an artifact. |
![]() ![]() ![]() | Σ | 0..1 | dateTime | Issue/changing date of the marketing authorisation |
![]() ![]() ![]() | Σ | 0..1 | Reference(Processing Profile - Organization) | The organization that has been granted this authorization, by the regulator |
![]() |
Path | Conformance | ValueSet / Code |
RegulatedAuthorization.identifier.use | required | IdentifierUse |
RegulatedAuthorization.type | example | Pattern: 220000000061("Marketing Authorisation") |
RegulatedAuthorization.region | example | Jurisdiction ValueSet |
RegulatedAuthorization.status | preferred | PublicationStatus |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | RegulatedAuthorization | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | RegulatedAuthorization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | RegulatedAuthorization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | RegulatedAuthorization | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | RegulatedAuthorization | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | 0..* | RegulatedAuthorization | Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product | |||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): IETF language tag
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 0..* | Identifier | Marketing authorisation number | ||||
![]() ![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required) | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible) | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | uri | The namespace for the identifier value Required Pattern: http://ema.europa.eu/fhir/marketingAuthorizationNumber | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() | Σ | 0..* | Reference(Processing Profile - Medicinal Product | Processing Profile - Packaged Product) | Reference to the medicinal product or a single package, depending on how the MA has been issued | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Overall type of this authorization, for example drug marketing approval, orphan drug designation Binding: RegulatedAuthorizationType (example): Overall type of this authorization. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: https://spor.ema.europa.eu/v1/lists/220000000060 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 220000000061 | |||||
![]() ![]() ![]() ![]() ![]() | 1..1 | string | Representation defined by the system Fixed Value: Marketing Authorisation | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() | Σ | 0..1 | markdown | General textual supporting information | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The territory in which the authorization has been granted Binding: Jurisdiction ValueSet (example): Jurisdiction codes | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Marketing authorisation status Binding: PublicationStatus (preferred): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() | Σ | 0..1 | dateTime | Issue/changing date of the marketing authorisation | ||||
![]() ![]() ![]() | Σ | 0..1 | Period | The time period in which the regulatory approval etc. is in effect, e.g. a Marketing Authorization includes the date of authorization and/or expiration date | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableReference(ClinicalUseDefinition) | Condition for which the use of the regulated product applies | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The intended use of the product, e.g. prevention, treatment Binding: ProductIntendedUse (preferred): The overall intended use of a product. | ||||
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | The legal/regulatory framework or reasons under which this authorization is granted Binding: RegulatedAuthorizationBasis (example): A legal or regulatory framework against which an authorization is granted, or other reasons for it. | ||||
![]() ![]() ![]() | Σ | 0..1 | Reference(Processing Profile - Organization) | The organization that has been granted this authorization, by the regulator | ||||
![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | The regulatory authority or authorizing body granting the authorization | ||||
![]() ![]() ![]() | Σ | 0..1 | BackboneElement | The case or regulatory procedure for granting or amending a regulated authorization. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page) | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Identifier | Identifier by which this case can be referenced | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The defining type of case Binding: RegulatedAuthorizationCaseType (example): The type of a case involved in an application. | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The status associated with the case Binding: PublicationStatus (preferred): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Relevant date for this case | |||||
![]() ![]() ![]() ![]() ![]() | Period | |||||||
![]() ![]() ![]() ![]() ![]() | dateTime | |||||||
![]() ![]() ![]() ![]() | Σ | 0..* | See case (RegulatedAuthorization) | Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure | ||||
![]() |
Path | Conformance | ValueSet / Code | ||||
RegulatedAuthorization.language | preferred | CommonLanguages
| ||||
RegulatedAuthorization.identifier.use | required | IdentifierUse | ||||
RegulatedAuthorization.identifier.type | extensible | Identifier Type Codes | ||||
RegulatedAuthorization.type | example | Pattern: 220000000061("Marketing Authorisation") | ||||
RegulatedAuthorization.region | example | Jurisdiction ValueSet | ||||
RegulatedAuthorization.status | preferred | PublicationStatus | ||||
RegulatedAuthorization.intendedUse | preferred | ProductIntendedUse | ||||
RegulatedAuthorization.basis | example | RegulatedAuthorizationBasis | ||||
RegulatedAuthorization.case.type | example | RegulatedAuthorizationCaseType | ||||
RegulatedAuthorization.case.status | preferred | PublicationStatus |
Id | Grade | Path(s) | Details | Requirements |
dom-r4b | warning | RegulatedAuthorization.contained | Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems : ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic) | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from RegulatedAuthorization
Summary
Structures
This structure refers to these other structures:
Other representations of profile: CSV, Excel, Schematron