FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.txmodule-incubator
Resource TypeOperationDefinition
IdOperationDefinition-ConceptMap-closure.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/txmodule-incubator/OperationDefinition-ConceptMap-closure.html
URLhttp://hl7.org/fhir/uv/txmodule-incubator/OperationDefinition/ConceptMap-closure
Version0.1.0
Statusactive
Date2021-01-05T10:01:24+11:00
NameClosure
TitleClosure Table Maintenance
Realmuv
Authorityhl7
DescriptionThis operation provides support for ongoing maintenance of a client-side [transitive closure table](https://en.wikipedia.org/wiki/Transitive_closure#In_graph_theory) based on server-side terminological logic. For details of how this is used, see [Maintaining a Closure Table](terminology-service.html#closure)
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition ConceptMap-closure

Last updated: 2021-01-05 10:01:24+1100

URL: [base]/$closure

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INname1..1string

The name that defines the particular context for the subsumption based closure table

INconcept0..*Coding

Concepts to add to the closure table

INversion0..1string

A request to resynchronise - request to send all new entries since the nominated version was sent by the server

OUTreturn1..1ConceptMap

A list of new entries (code / system --> code/system) that the client should add to its closure table. The only kind of entry mapping relationships that can be returned are equivalent, source-is-broader-than-target and source-is-narrower-than-target.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "ConceptMap-closure",
  "meta": {
    "lastUpdated": "2021-01-05T10:01:24.148+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "vocab"
    }
  ],
  "url": "http://hl7.org/fhir/uv/txmodule-incubator/OperationDefinition/ConceptMap-closure",
  "version": "0.1.0",
  "name": "Closure",
  "title": "Closure Table Maintenance",
  "status": "active",
  "kind": "operation",
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 International / Terminology Infrastructure",
  "contact": [
    {
      "name": "HL7 International / Terminology Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/Vocab"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/Vocab"
        }
      ]
    }
  ],
  "description": "This operation provides support for ongoing maintenance of a client-side [transitive closure table](https://en.wikipedia.org/wiki/Transitive_closure#In_graph_theory) based on server-side terminological logic. For details of how this is used, see [Maintaining a Closure Table](terminology-service.html#closure)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "closure",
  "resource": [
    "ConceptMap"
  ],
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "name",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The name that defines the particular context for the subsumption based closure table",
      "type": "string"
    },
    {
      "name": "concept",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "Concepts to add to the closure table",
      "type": "Coding"
    },
    {
      "name": "version",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "A request to resynchronise - request to send all new entries since the nominated version was sent by the server",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A list of new entries (code / system --> code/system) that the client should add to its closure table. The only kind of entry mapping relationships that can be returned are equivalent, source-is-broader-than-target and source-is-narrower-than-target.",
      "type": "ConceptMap"
    }
  ]
}