{
"resourceType" : "DataElement",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Globally unique logical id for data element
"identifier" : [{ Identifier }], // Logical id to reference this data element
"version" : "<string>", // Logical id for this version of the data element
"name" : "<string>", // Descriptive label for this element definition
"status" : "<code>", // R! draft | active | retired
"experimental" : <boolean>, // If for testing purposes, not real usage
"publisher" : "<string>", // Name of the publisher (Organization or individual)
"contact" : [{ // Contact details of the publisher
"name" : "<string>", // Name of a individual to contact
"telecom" : [{ ContactPoint }] // Contact details for individual or publisher
}],
"date" : "<dateTime>", // Date for this version of the data element
"useContext" : [{ CodeableConcept }], // Content intends to support these contexts
"copyright" : "<string>", // Use and/or publishing restrictions
"stringency" : "<code>", // comparable | fully-specified | equivalent | convertable | scaleable | flexible
"mapping" : [{ // External specification mapped to
"identity" : "<id>", // R! Internal id when this mapping is used
"uri" : "<uri>", // Identifies what this mapping refers to
"name" : "<string>", // Names what this mapping refers to
"comments" : "<string>" // Versions, Issues, Scope limitations etc.
}],
"element" : [{ ElementDefinition }] // R! Definition of element
}
DataElement Search Parameters
The following search parameters can be used to query DataElement resources. Just submit them like so: