Uses of Class
org.hl7.fhir.r5.model.MetadataResource
-
Uses of MetadataResource in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected void
RdfParser.composeMetadataResource
(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, MetadataResource element, int index) protected void
XmlParser.composeMetadataResourceElements
(MetadataResource element) protected void
JsonParser.composeMetadataResourceProperties
(MetadataResource element) protected boolean
XmlParser.parseMetadataResourceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MetadataResource res) protected void
JsonParser.parseMetadataResourceProperties
(com.google.gson.JsonObject json, MetadataResource res) -
Uses of MetadataResource in org.hl7.fhir.r5.model
Modifier and TypeClassDescriptionclass
This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.class
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.class
The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution.class
The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.class
A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.class
A definition of a condition and information relevant to managing it.class
The EventDefinition resource provides a reusable description of when a particular event can occur.class
The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.class
The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.class
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.class
The Library resource is a general-purpose container for knowledge asset definitions.class
The Measure resource provides the definition of a quality measure.class
A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.class
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.class
A structured set of questions intended to guide the collection of answers from end-users.class
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.Modifier and TypeMethodDescriptionabstract MetadataResource
MetadataResource.addAuthor
(ContactDetail t) abstract MetadataResource
MetadataResource.addEditor
(ContactDetail t) abstract MetadataResource
MetadataResource.addEndorser
(ContactDetail t) abstract MetadataResource
MetadataResource.addRelatedArtifact
(RelatedArtifact t) abstract MetadataResource
MetadataResource.addReviewer
(ContactDetail t) abstract MetadataResource
MetadataResource.addTopic
(CodeableConcept t) abstract MetadataResource
MetadataResource.copy()
abstract MetadataResource
MetadataResource.setApprovalDate
(Date value) abstract MetadataResource
MetadataResource.setApprovalDateElement
(DateType value) abstract MetadataResource
MetadataResource.setAuthor
(List<ContactDetail> theAuthor) abstract MetadataResource
MetadataResource.setEditor
(List<ContactDetail> theEditor) abstract MetadataResource
MetadataResource.setEffectivePeriod
(Period value) abstract MetadataResource
MetadataResource.setEndorser
(List<ContactDetail> theEndorser) abstract MetadataResource
MetadataResource.setLastReviewDate
(Date value) abstract MetadataResource
MetadataResource.setLastReviewDateElement
(DateType value) abstract MetadataResource
MetadataResource.setRelatedArtifact
(List<RelatedArtifact> theRelatedArtifact) abstract MetadataResource
MetadataResource.setReviewer
(List<ContactDetail> theReviewer) abstract MetadataResource
MetadataResource.setTopic
(List<CodeableConcept> theTopic)