{
"resourceType" : "OperationDefinition",
"id" : "-s-submit-measurement",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>submit-measurement</h2><p>OPERATION: submit-measurement</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-submit-measurement</pre><div><p>Receives, validates, and stores a bundle of related Observation, Media, and QuestionnaireResponse.</p>\n<p>Supplied Provenance must "target" other resources in same bundle.</p>\n<p>--</p>\n<p>Supplied Communication must have other resources in same bundle as "topic".</p>\n<p>--</p>\n<p>This method is intended for uploading single measurements. Uploading large batches of resources is considered misuse.</p>\n<p>--</p>\n<p>eHealth will implicitly add Provenance resource targetting all resources received in the same measurement bundle.</p>\n</div><p>URL: [base]/$submit-measurement</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</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>measurement</td><td>0..1</td><td><a href=\"http://hl7.org/fhir/STU3/bundle.html\">Bundle</a></td><td/><td/></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-submit-measurement",
"version" : "1.0.0",
"name" : "submit-measurement",
"status" : "active",
"kind" : "operation",
"date" : "2019-03-06T14:43:56+00:00",
"description" : "Receives, validates, and stores a bundle of related Observation, Media, and QuestionnaireResponse.\n\nSupplied Provenance must \"target\" other resources in same bundle.\n\n--\n\nSupplied Communication must have other resources in same bundle as \"topic\".\n\n--\n\nThis method is intended for uploading single measurements. Uploading large batches of resources is considered misuse.\n\n--\n\neHealth will implicitly add Provenance resource targetting all resources received in the same measurement bundle.",
"idempotent" : false,
"code" : "submit-measurement",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "measurement",
"use" : "in",
"min" : 0,
"max" : "1",
"type" : "Bundle"
}
]
}