FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/CreateOrderOperation

Packagehl7.fhir.uv.imaging-service-request-ig
Resource TypeOperationDefinition
IdCreateOrderOperation
FHIR VersionR6
Sourcehttp://hl7.org/fhir/uv/imaging-service-request-ig/https://build.fhir.org/ig/HL7/imaging-service-request-ig/OperationDefinition-CreateOrderOperation.html
URLhttp://tbd/create-order
Version0.1.0
Statusdraft
Date2025-03-26T19:32:53+00:00
NameCreates a new order based on the provided information.
TitleCreates a new order based on the provided information.
Realmuv
Authorityhl7
DescriptionThis operation creates a new order based on the included Bundle.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
RISRIS CapabilityStatement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition CreateOrderOperation

URL: [base]/$create-order

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INordersystem1..1Bundle (CreateOrderRequestBundle)
OUTreturnsystem1..*Bundle (OrderBundle)

Source

{
  "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"
      ]
    }
  ]
}