Release 5 Preview #3

This page is part of the FHIR Specification (v4.5.0: R5 Preview #3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

2.30 MetadataResource Resource

http://www.hl7.org/Special/committees/fiwg/index.cfmMaturity Level: N Normative (from v4.2.0) Compartments: Not linked to any defined compartments
This page has been approved as part of an ANSI standard. See the Infrastructure Package for further details.

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.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MetadataResource «A»NCanonicalResourceCommon Ancestor declaration for definitional resources
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension, url, identifier, version, name, title, status, experimental, date, publisher, contact, description, useContext, jurisdiction, purpose, copyright
... approvalDate 0..1dateWhen the {{title}} was approved by publisher
... lastReviewDate 0..1dateWhen the {{title}} was last reviewed
... effectivePeriod Σ0..1PeriodWhen the {{title}} is expected to be used

doco Documentation for this format

XML Template

<[name] xmlns="http://hl7.org/fhir"> doco
 <!-- from Element: extension -->
 <approvalDate value="[date]"/><!-- 0..1 When the {{title}} was approved by publisher -->
 <lastReviewDate value="[date]"/><!-- 0..1 When the {{title}} was last reviewed -->
 <effectivePeriod><!-- 0..1 Period When the {{title}} is expected to be used --></effectivePeriod>
</[name]>

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:[name];
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

 # from Element: Element.extension
  fhir:MetadataResource.approvalDate [ date ]; # 0..1 When the {{title}} was approved by publisher
  fhir:MetadataResource.lastReviewDate [ date ]; # 0..1 When the {{title}} was last reviewed
  fhir:MetadataResource.effectivePeriod [ Period ]; # 0..1 When the {{title}} is expected to be used
]

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MetadataResource «A»NCanonicalResourceCommon Ancestor declaration for definitional resources
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension, url, identifier, version, name, title, status, experimental, date, publisher, contact, description, useContext, jurisdiction, purpose, copyright
... approvalDate 0..1dateWhen the {{title}} was approved by publisher
... lastReviewDate 0..1dateWhen the {{title}} was last reviewed
... effectivePeriod Σ0..1PeriodWhen the {{title}} is expected to be used

doco Documentation for this format

XML Template

<[name] xmlns="http://hl7.org/fhir"> doco
 <!-- from Element: extension -->
 <approvalDate value="[date]"/><!-- 0..1 When the {{title}} was approved by publisher -->
 <lastReviewDate value="[date]"/><!-- 0..1 When the {{title}} was last reviewed -->
 <effectivePeriod><!-- 0..1 Period When the {{title}} is expected to be used --></effectivePeriod>
</[name]>

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:[name];
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

 # from Element: Element.extension
  fhir:MetadataResource.approvalDate [ date ]; # 0..1 When the {{title}} was approved by publisher
  fhir:MetadataResource.lastReviewDate [ date ]; # 0..1 When the {{title}} was last reviewed
  fhir:MetadataResource.effectivePeriod [ Period ]; # 0..1 When the {{title}} is expected to be used
]

Common search parameters defined by this resource. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
effectivedateThe time during which the {{title}} is intended to be in use{{name}}.effectivePeriod