0.2.2 - ci-build
FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions
Draft as of 2015-08-04 |
{
"resourceType" : "OperationDefinition",
"id" : "rollup",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition rollup</b></p><a name=\"rollup\"> </a><a name=\"hcrollup\"> </a><a name=\"rollup-en-US\"> </a><p>URL: [base]/Consent/[id]/$rollup</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patient</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage: GET /Consent/$rollup?patient=Patient/{patientId}</p>\n</div></td></tr><tr><td>IN</td><td>consentor</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage: GET /Consent/$rollup?consentor=RelatedPerson/{relatedPersonId}</p>\n</div></td></tr><tr><td>IN</td><td>practitioner</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage: GET /Consent/$rollup?practitioner=Practitioner/{practitionerId}</p>\n</div></td></tr><tr><td>IN</td><td>organization</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage: GET /Consent/$rollup?organization=Organization/{organizationId}</p>\n</div></td></tr></table></div>"
},
"url" : "http://h7.org/fhir/OperationDefinition/example",
"version" : "0.2.2",
"name" : "Consent Rollup",
"status" : "draft",
"kind" : "operation",
"date" : "2015-08-04",
"publisher" : "MITRE",
"contact" : [
{
"name" : "MITRE",
"telecom" : [
{
"system" : "url",
"value" : "https://www.mitre.org"
}
]
}
],
"description" : "Rollup multiple Consent records into a Bundle",
"code" : "rollup",
"base" : "OperationDefinition/Consent-rollup",
"resource" : [
"Consent"
],
"system" : false,
"type" : false,
"instance" : true,
"parameter" : [
{
"name" : "patient",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Usage: GET /Consent/$rollup?patient=Patient/{patientId}",
"type" : "Reference"
},
{
"name" : "consentor",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Usage: GET /Consent/$rollup?consentor=RelatedPerson/{relatedPersonId}",
"type" : "Reference"
},
{
"name" : "practitioner",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Usage: GET /Consent/$rollup?practitioner=Practitioner/{practitionerId}",
"type" : "Reference"
},
{
"name" : "organization",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Usage: GET /Consent/$rollup?organization=Organization/{organizationId}",
"type" : "Reference"
}
],
"overload" : [
{
"parameterName" : [
"patient",
"consentor",
"practitioner",
"organization"
]
}
]
}