| Package | hl7.fhir.uv.imaging-service-request-ig |
| Resource Type | OperationDefinition |
| Id | CreateOrderOperation |
| FHIR Version | R6 |
| Source | http://hl7.org/fhir/uv/imaging-service-request-ig/https://build.fhir.org/ig/HL7/imaging-service-request-ig/OperationDefinition-CreateOrderOperation.html |
| URL | http://tbd/create-order |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-03-26T19:32:53+00:00 |
| Name | Creates a new order based on the provided information. |
| Title | Creates a new order based on the provided information. |
| Realm | uv |
| Authority | hl7 |
| Description | This operation creates a new order based on the included Bundle. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| RIS | RIS CapabilityStatement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition CreateOrderOperation
URL: [base]/$create-order
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | order | system | 1..1 | Bundle (CreateOrderRequestBundle) | ||
| OUT | return | system | 1..* | Bundle (OrderBundle) |
{
"resourceType": "OperationDefinition",
"id": "CreateOrderOperation",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://tbd/create-order",
"version": "0.1.0",
"name": "Creates a new order based on the provided information.",
"title": "Creates a new order based on the provided information.",
"status": "draft",
"kind": "operation",
"date": "2025-03-26T19:32:53+00:00",
"publisher": "HL7 International / Imaging Integration",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
}
]
},
{
"name": "HL7 International / Imaging Integration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
}
]
},
{
"name": "Jonathan Whitby",
"telecom": [
{
"system": "email",
"value": "jonathan.whitby@mi.medical.canon"
}
]
},
{
"name": "Brian Bialecki",
"telecom": [
{
"system": "email",
"value": "bbialecki@acr.org"
}
]
},
{
"name": "Bas van den Heuvel",
"telecom": [
{
"system": "email",
"value": "bas.van.den.heuvel@philips.com"
}
]
}
],
"description": "This operation creates a new order based on the included Bundle.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"code": "create-order",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "order",
"use": "in",
"scope": [
"system"
],
"min": 1,
"max": "1",
"type": "Bundle",
"targetProfile": [
"http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/CreateOrderRequestBundle"
]
},
{
"name": "return",
"use": "out",
"scope": [
"system"
],
"min": 1,
"max": "*",
"type": "Bundle",
"targetProfile": [
"http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/OrderBundle"
]
}
]
}