Current Build

Operation-structuremap-transform.json

Raw JSON (canonical form)

Operation Definition

{
  "resourceType": "OperationDefinition",
  "id": "StructureMap-transform",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/OperationDefinition/StructureMap-transform",
  "name": "Model Instance Transformation",
  "status": "draft",
  "kind": "operation",
  "date": "2016-12-19T23:17:56-05:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation.   If the operation is not called at the instance level, one of the in parameters identifier, context or valueset must be provided.  An expanded value set will be returned, or an OperationOutcome with an error message.",
  "code": "transform",
  "resource": [
    "StructureMap"
  ],
  "system": false,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "source",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "A logical value set resource uri",
      "type": "uri"
    },
    {
      "name": "content",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The logical content to transform",
      "type": "Resource"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The result of the transform",
      "type": "Resource"
    }
  ]
}

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.