{
"resourceType" : "ExpansionProfile",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Logical URI to reference this expansion profile (globally unique)
"identifier" : { Identifier }, // Additional identifier for the expansion profile
"version" : "<string>", // Business version of the expansion profile
"name" : "<string>", // Name for this expansion profile (computer friendly)
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing purposes, not real usage
"date" : "<dateTime>", // Date this was last changed
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the expansion profile
"useContext" : [{ UsageContext }], // Context the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for expansion profile (if applicable)
"fixedVersion" : [{ // Fix use of a code system to a particular version
"system" : "<uri>", // R! System to have its version fixed
"version" : "<string>", // R! Specific version of the code system referred to
"mode" : "<code>" // R! default | check | override
}],
"excludedSystem" : { // Systems/Versions to be exclude
"system" : "<uri>", // R! The specific code system to be excluded
"version" : "<string>" // Specific version of the code system referred to
},
"includeDesignations" : <boolean>, // Whether the expansion should include concept designations
"designation" : { // When the expansion profile imposes designation contraints
"include" : { // Designations to be included
"designation" : [{ // The designation to be included
"language" : "<code>", // Human language of the designation to be included
"use" : { Coding } // What kind of Designation to include
}]
},
"exclude" : { // Designations to be excluded
"designation" : [{ // The designation to be excluded
"language" : "<code>", // Human language of the designation to be excluded
"use" : { Coding } // What kind of Designation to exclude
}]
}
},
"includeDefinition" : <boolean>, // Include or exclude the value set definition in the expansion
"activeOnly" : <boolean>, // Include or exclude inactive concepts in the expansion
"excludeNested" : <boolean>, // Nested codes in the expansion or not
"excludeNotForUI" : <boolean>, // Include or exclude codes which cannot be rendered in user interfaces in the value set expansion
"excludePostCoordinated" : <boolean>, // Include or exclude codes which are post coordinated expressions in the value set expansion
"displayLanguage" : "<code>", // Specify the language for the display element of codes in the value set expansion
"limitedExpansion" : <boolean> // Controls behaviour of the value set expand operation when value sets are too large to be completely expanded
}
ExpansionProfile Search Parameters
The following search parameters can be used to query ExpansionProfile resources. Just submit them like so: