This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R3 R2
Allowed resource for reference
{
"resourceType": "ExtensionDefinition",
"id": "questionnaire-allowedResource",
"url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-allowedResource",
"name": "Allowed resource for reference",
"publisher": "HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org"
}
]
}
],
"description": "Where the type for a question is \"Reference\", indicates a type of resource that is permitted.",
"status": "draft",
"date": "2013-07-04",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM"
}
],
"contextType": "resource",
"context": [
"Questionnaire.group.question"
],
"element": [
{
"path": "Extension",
"short": "Allowed resource for reference",
"definition": "Where the type for a question is \"Reference\", indicates a type of resource that is permitted.",
"comments": "This extension only has meaning if the question.type = Reference. If no allowedResource extensions are present, the presumption is that any type of resource is permitted. If multiple are present, then any of the specified types are permitted.",
"min": 0,
"max": "*",
"type": [
{
"code": "code"
}
],
"binding": {
"name": "ResourceType",
"isExtensible": true,
"description": "One of the resource types defined as part of FHIR",
"referenceReference": {
"reference": "http://hl7.org/fhir/vs/resource-types"
}
},
"mapping": [
{
"identity": "rim",
"map": "N/A - MIF rather than RIM level"
}
]
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.