type: resourceresource: MetadataResource
MetadataResource
Introduction
Scope and Usage
The MetadataResource represents resources that carry additional publication metadata over other canonical resources, describing their review and use in more details.
As an interface, this type is never created directly - see Resource Interfaces for more details.
Boundaries and Relationships
This resource interface extends the CanonicalResource interface. The following resources implement this interface:
- ActivityDefinition
- ChargeItemDefinition
- Citation
- CodeSystem
- ConceptMap
- ConditionDefinition
- EventDefinition
- Evidence
- EvidenceVariable
- Library
- Measure
- NamingSystem
- ObservationDefinition
- PlanDefinition
- Questionnaire
- SpecimenDefinition
- ValueSet
StructureDefinition
Elements (Simplified)
- MetadataResource [1..1]: - Common Interface declaration for definitional resources
- MetadataResource.usage [0..1]: markdown Describes the clinical usage of the {{title}}
- MetadataResource.approvalDate [0..1]: date When the {{title}} was approved by publisher
- MetadataResource.lastReviewDate [0..1]: date When the {{title}} was last reviewed by the publisher
- MetadataResource.effectivePeriod [0..1]: Period When the {{title}} is expected to be used
- MetadataResource.topic [0..*]: CodeableConcept example:definition-topic E.g. Education, Treatment, Assessment, etc
- MetadataResource.author [0..*]: ContactDetail Who authored the {{title}}
- MetadataResource.editor [0..*]: ContactDetail Who edited the {{title}}
- MetadataResource.reviewer [0..*]: ContactDetail Who reviewed the {{title}}
- MetadataResource.endorser [0..*]: ContactDetail Who endorsed the {{title}}
- MetadataResource.relatedArtifact [0..*]: RelatedArtifact Additional documentation, citations, etc
Mappings
- MetadataResource Mappings — 5 mapping entries
Resource Packs
list-MetadataResource-packs.xml
<?xml version="1.0" encoding="UTF-8"?>
<List xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../publish/List.xsd">
<id value="MetadataResource-packs"/>
<status value="current"/>
<mode value="working"/>
</List>
Search Parameters
- effective — date — The time during which the {{title}} is intended to be in use —
{{name}}.effectivePeriod - composed-of — reference — A resource that the {{title}} is composed of —
{{name}}.relatedArtifact.where(type='composed-of').resource - depends-on — reference — A resource that the {{title}} depends on —
{{name}}.relatedArtifact.where(type='depends-on').resource - derived-from — reference — A resource that the {{title}} is derived from —
{{name}}.relatedArtifact.where(type='derived-from').resource - predecessor — reference — The predecessor of the {{title}} —
{{name}}.relatedArtifact.where(type='predecessor').resource - successor — reference — The successor of the {{title}} —
{{name}}.relatedArtifact.where(type='successor').resource - topic — token — Topics associated with the {{title}} —
{{name}}.topic