Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/adaptation | Version: 1.0.0-ballot2 | |||
Standards status: Draft | Maturity Level: 1 | Computable Name: Adaptation | ||
Other Identifiers: OID:2.16.840.1.113883.4.642.40.44.42.1 |
Profile of ArtifactAssessment for Evidence Based Medicine IG. The Adaptation Profile is used for assessments of a knowledge artifact that are used to create a new knowledge artifact through acceptance, rejection or modification of the assessed artifact.
See Understanding the ArtifactAssessment Resource for additional information about the resource structure.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | ArtifactAssessment | Adds metadata-supported comments, classifiers or ratings related to a Resource dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources dom-3: 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 dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated dom-5: If a resource is contained in another resource, it SHALL NOT have a security label dom-6: A resource should have narrative for robust management | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
0..1 | uri | Canonical identifier for this artifact, represented as a URI (globally unique) URL: http://hl7.org/fhir/StructureDefinition/artifact-url ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..1 | markdown | Natural language description of the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-description ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..* | ContactDetail | Who authored the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-author ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the Adaptation ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..1 | How to cite the Adaptation ele-1: All FHIR elements must have a @value or children | ||
![]() ![]() ![]() ![]() |
Reference(Citation) | |||
![]() ![]() ![]() ![]() |
markdown | |||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date last changed ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() |
0..1 | date | When the Adaptation was approved by publisher ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() |
Σ | 0..1 | date | When the Adaptation was last reviewed ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 1..1 | The artifact that is being adapted ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
Reference(Resource) | |||
![]() ![]() ![]() ![]() |
canonical(Any) | |||
![]() ![]() ![]() ![]() |
uri | |||
![]() ![]() ![]() |
0..* | BackboneElement | A comment, rating or classification ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
0..1 | boolean | Acceptable to publicly share the content ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() |
Σ | 0..1 | code | The workflow status of the adaptation process Binding: ArtifactAssessmentWorkflowStatus (required) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 0..1 | code | The disposition of the proposed adaptation Binding: ArtifactAssessmentDisposition (required) ele-1: All FHIR elements must have a @value or children |
![]() |
Path | Conformance | ValueSet | URI |
ArtifactAssessment.workflowStatus | required | ArtifactAssessmentWorkflowStatushttp://hl7.org/fhir/ValueSet/artifactassessment-workflow-status|6.0.0-ballot2 from the FHIR Standard | |
ArtifactAssessment.disposition | required | ArtifactAssessmentDispositionhttp://hl7.org/fhir/ValueSet/artifactassessment-disposition|6.0.0-ballot2 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ArtifactAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ArtifactAssessment | 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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ArtifactAssessment | 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 | ArtifactAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ArtifactAssessment | 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() |
This structure is derived from ArtifactAssessment
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | ArtifactAssessment | Adds metadata-supported comments, classifiers or ratings related to a Resource | |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | uri | Canonical identifier for this artifact, represented as a URI (globally unique) URL: http://hl7.org/fhir/StructureDefinition/artifact-url | |
![]() ![]() ![]() ![]() |
0..1 | markdown | Natural language description of the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-description | |
![]() ![]() ![]() ![]() |
0..* | ContactDetail | Who authored the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |
![]() ![]() ![]() |
0..* | Identifier | Additional identifier for the Adaptation | |
![]() ![]() ![]() |
0..1 | Reference(Citation), markdown | How to cite the Adaptation | |
![]() ![]() ![]() |
0..1 | dateTime | Date last changed | |
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |
![]() ![]() ![]() |
0..1 | date | When the Adaptation was approved by publisher | |
![]() ![]() ![]() |
0..1 | date | When the Adaptation was last reviewed | |
![]() ![]() ![]() |
1..1 | Reference(Resource), canonical(), uri | The artifact that is being adapted | |
![]() ![]() ![]() |
0..* | BackboneElement | A comment, rating or classification | |
![]() ![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() ![]() |
0..1 | boolean | Acceptable to publicly share the content | |
![]() ![]() ![]() |
0..1 | code | The workflow status of the adaptation process | |
![]() ![]() ![]() |
0..1 | code | The disposition of the proposed adaptation | |
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | ArtifactAssessment | Adds metadata-supported comments, classifiers or ratings related to a Resource | |||||
![]() ![]() ![]() |
Σ | 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: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | uri | Canonical identifier for this artifact, represented as a URI (globally unique) URL: http://hl7.org/fhir/StructureDefinition/artifact-url | |||||
![]() ![]() ![]() ![]() |
0..1 | markdown | Natural language description of the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-description | |||||
![]() ![]() ![]() ![]() |
0..* | ContactDetail | Who authored the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the Adaptation | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | A short title for the assessment for use in displaying and selecting | ||||
![]() ![]() ![]() |
0..1 | How to cite the Adaptation | ||||||
![]() ![]() ![]() ![]() |
Reference(Citation) | |||||||
![]() ![]() ![]() ![]() |
markdown | |||||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date last changed | ||||
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() ![]() |
0..1 | date | When the Adaptation was approved by publisher | |||||
![]() ![]() ![]() |
Σ | 0..1 | date | When the Adaptation was last reviewed | ||||
![]() ![]() ![]() |
Σ | 1..1 | The artifact that is being adapted | |||||
![]() ![]() ![]() ![]() |
Reference(Resource) | |||||||
![]() ![]() ![]() ![]() |
canonical(Any) | |||||||
![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() |
0..* | BackboneElement | A comment, rating or classification | |||||
![]() ![]() ![]() ![]() |
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 | markdown | Brief summary of the content | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | What type of content Binding: EvidenceCertaintyType (example) | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Rating, classifier, or assessment Binding: EvidenceCertaintyRating (example) | |||||
![]() ![]() ![]() ![]() |
0..1 | Quantity | Quantitative rating | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Patient | Practitioner | PractitionerRole | Organization | Device) | Who authored the content | |||||
![]() ![]() ![]() ![]() |
0..* | uri | What the comment is directed to | |||||
![]() ![]() ![]() ![]() |
0..* | RelatedArtifact | Additional information | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | Acceptable to publicly share the content | |||||
![]() ![]() ![]() ![]() |
0..* | See content (ArtifactAssessment) | Contained content | |||||
![]() ![]() ![]() |
Σ | 0..1 | code | The workflow status of the adaptation process Binding: ArtifactAssessmentWorkflowStatus (required) | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | The disposition of the proposed adaptation Binding: ArtifactAssessmentDisposition (required) | ||||
![]() |
Path | Conformance | ValueSet | URI |
ArtifactAssessment.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot2 from the FHIR Standard | |
ArtifactAssessment.content.type | example | EvidenceCertaintyTypehttp://hl7.org/fhir/ValueSet/certainty-type from the FHIR Standard | |
ArtifactAssessment.content.classifier | example | EvidenceCertaintyRatinghttp://hl7.org/fhir/ValueSet/certainty-rating from the FHIR Standard | |
ArtifactAssessment.workflowStatus | required | ArtifactAssessmentWorkflowStatushttp://hl7.org/fhir/ValueSet/artifactassessment-workflow-status|6.0.0-ballot2 from the FHIR Standard | |
ArtifactAssessment.disposition | required | ArtifactAssessmentDispositionhttp://hl7.org/fhir/ValueSet/artifactassessment-disposition|6.0.0-ballot2 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ArtifactAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ArtifactAssessment | 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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ArtifactAssessment | 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 | ArtifactAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ArtifactAssessment | 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() |
This structure is derived from ArtifactAssessment
Summary
Prohibited: 1 element
Extensions
This structure refers to these extensions:
Maturity: 1
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | ArtifactAssessment | Adds metadata-supported comments, classifiers or ratings related to a Resource dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources dom-3: 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 dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated dom-5: If a resource is contained in another resource, it SHALL NOT have a security label dom-6: A resource should have narrative for robust management | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
0..1 | uri | Canonical identifier for this artifact, represented as a URI (globally unique) URL: http://hl7.org/fhir/StructureDefinition/artifact-url ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..1 | markdown | Natural language description of the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-description ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..* | ContactDetail | Who authored the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-author ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the Adaptation ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..1 | How to cite the Adaptation ele-1: All FHIR elements must have a @value or children | ||
![]() ![]() ![]() ![]() |
Reference(Citation) | |||
![]() ![]() ![]() ![]() |
markdown | |||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date last changed ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() |
0..1 | date | When the Adaptation was approved by publisher ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() |
Σ | 0..1 | date | When the Adaptation was last reviewed ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 1..1 | The artifact that is being adapted ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
Reference(Resource) | |||
![]() ![]() ![]() ![]() |
canonical(Any) | |||
![]() ![]() ![]() ![]() |
uri | |||
![]() ![]() ![]() |
0..* | BackboneElement | A comment, rating or classification ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
0..1 | boolean | Acceptable to publicly share the content ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() |
Σ | 0..1 | code | The workflow status of the adaptation process Binding: ArtifactAssessmentWorkflowStatus (required) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 0..1 | code | The disposition of the proposed adaptation Binding: ArtifactAssessmentDisposition (required) ele-1: All FHIR elements must have a @value or children |
![]() |
Path | Conformance | ValueSet | URI |
ArtifactAssessment.workflowStatus | required | ArtifactAssessmentWorkflowStatushttp://hl7.org/fhir/ValueSet/artifactassessment-workflow-status|6.0.0-ballot2 from the FHIR Standard | |
ArtifactAssessment.disposition | required | ArtifactAssessmentDispositionhttp://hl7.org/fhir/ValueSet/artifactassessment-disposition|6.0.0-ballot2 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ArtifactAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ArtifactAssessment | 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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ArtifactAssessment | 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 | ArtifactAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ArtifactAssessment | 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() |
Differential View
This structure is derived from ArtifactAssessment
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | ArtifactAssessment | Adds metadata-supported comments, classifiers or ratings related to a Resource | |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | uri | Canonical identifier for this artifact, represented as a URI (globally unique) URL: http://hl7.org/fhir/StructureDefinition/artifact-url | |
![]() ![]() ![]() ![]() |
0..1 | markdown | Natural language description of the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-description | |
![]() ![]() ![]() ![]() |
0..* | ContactDetail | Who authored the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |
![]() ![]() ![]() |
0..* | Identifier | Additional identifier for the Adaptation | |
![]() ![]() ![]() |
0..1 | Reference(Citation), markdown | How to cite the Adaptation | |
![]() ![]() ![]() |
0..1 | dateTime | Date last changed | |
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |
![]() ![]() ![]() |
0..1 | date | When the Adaptation was approved by publisher | |
![]() ![]() ![]() |
0..1 | date | When the Adaptation was last reviewed | |
![]() ![]() ![]() |
1..1 | Reference(Resource), canonical(), uri | The artifact that is being adapted | |
![]() ![]() ![]() |
0..* | BackboneElement | A comment, rating or classification | |
![]() ![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() ![]() |
0..1 | boolean | Acceptable to publicly share the content | |
![]() ![]() ![]() |
0..1 | code | The workflow status of the adaptation process | |
![]() ![]() ![]() |
0..1 | code | The disposition of the proposed adaptation | |
![]() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | ArtifactAssessment | Adds metadata-supported comments, classifiers or ratings related to a Resource | |||||
![]() ![]() ![]() |
Σ | 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: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | uri | Canonical identifier for this artifact, represented as a URI (globally unique) URL: http://hl7.org/fhir/StructureDefinition/artifact-url | |||||
![]() ![]() ![]() ![]() |
0..1 | markdown | Natural language description of the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-description | |||||
![]() ![]() ![]() ![]() |
0..* | ContactDetail | Who authored the artifact URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the Adaptation | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | A short title for the assessment for use in displaying and selecting | ||||
![]() ![]() ![]() |
0..1 | How to cite the Adaptation | ||||||
![]() ![]() ![]() ![]() |
Reference(Citation) | |||||||
![]() ![]() ![]() ![]() |
markdown | |||||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date last changed | ||||
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() ![]() |
0..1 | date | When the Adaptation was approved by publisher | |||||
![]() ![]() ![]() |
Σ | 0..1 | date | When the Adaptation was last reviewed | ||||
![]() ![]() ![]() |
Σ | 1..1 | The artifact that is being adapted | |||||
![]() ![]() ![]() ![]() |
Reference(Resource) | |||||||
![]() ![]() ![]() ![]() |
canonical(Any) | |||||||
![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() |
0..* | BackboneElement | A comment, rating or classification | |||||
![]() ![]() ![]() ![]() |
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 | markdown | Brief summary of the content | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | What type of content Binding: EvidenceCertaintyType (example) | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Rating, classifier, or assessment Binding: EvidenceCertaintyRating (example) | |||||
![]() ![]() ![]() ![]() |
0..1 | Quantity | Quantitative rating | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Patient | Practitioner | PractitionerRole | Organization | Device) | Who authored the content | |||||
![]() ![]() ![]() ![]() |
0..* | uri | What the comment is directed to | |||||
![]() ![]() ![]() ![]() |
0..* | RelatedArtifact | Additional information | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | Acceptable to publicly share the content | |||||
![]() ![]() ![]() ![]() |
0..* | See content (ArtifactAssessment) | Contained content | |||||
![]() ![]() ![]() |
Σ | 0..1 | code | The workflow status of the adaptation process Binding: ArtifactAssessmentWorkflowStatus (required) | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | The disposition of the proposed adaptation Binding: ArtifactAssessmentDisposition (required) | ||||
![]() |
Path | Conformance | ValueSet | URI |
ArtifactAssessment.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot2 from the FHIR Standard | |
ArtifactAssessment.content.type | example | EvidenceCertaintyTypehttp://hl7.org/fhir/ValueSet/certainty-type from the FHIR Standard | |
ArtifactAssessment.content.classifier | example | EvidenceCertaintyRatinghttp://hl7.org/fhir/ValueSet/certainty-rating from the FHIR Standard | |
ArtifactAssessment.workflowStatus | required | ArtifactAssessmentWorkflowStatushttp://hl7.org/fhir/ValueSet/artifactassessment-workflow-status|6.0.0-ballot2 from the FHIR Standard | |
ArtifactAssessment.disposition | required | ArtifactAssessmentDispositionhttp://hl7.org/fhir/ValueSet/artifactassessment-disposition|6.0.0-ballot2 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ArtifactAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ArtifactAssessment | 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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ArtifactAssessment | 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 | ArtifactAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ArtifactAssessment | 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() |
This structure is derived from ArtifactAssessment
Summary
Prohibited: 1 element
Extensions
This structure refers to these extensions:
Maturity: 1
Other representations of profile: CSV, Excel, Schematron
IG © 2024+ HL7 International / Clinical Decision Support. Package hl7.fhir.uv.ebm#1.0.0-ballot2 based on FHIR 6.0.0-ballot2. Generated 2025-03-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change