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

FHIR IG analytics

Packageopenehr.base
Resource TypeStructureDefinition
IdStructureDefinition-TERMINOLOGY-SERVICE.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/openehr-fhir/base-spec/StructureDefinition-TERMINOLOGY-SERVICE.html
URLhttp://openehr.org/fhir/StructureDefinition/TERMINOLOGY_SERVICE
Version0.1.0
Statusactive
Date2025-09-06T15:35:39+10:00
NameTERMINOLOGY_SERVICE
TitleTERMINOLOGY_SERVICE
Realmuv
Authorityhl7
DescriptionDefines an object providing proxy access to a terminology service.
Typehttp://openehr.org/fhir/StructureDefinition/TERMINOLOGY_SERVICE
Kindlogical

Resources that use this resource

StructureDefinition
openehr.base#currentEXTERNAL_ENVIRONMENT_ACCESSEXTERNAL_ENVIRONMENT_ACCESS

Resources that this resource uses

StructureDefinition
openehr.base#currentOPENEHR_TERMINOLOGY_GROUP_IDENTIFIERSOPENEHR_TERMINOLOGY_GROUP_IDENTIFIERS

Narrative

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

Generated Narrative: StructureDefinition TERMINOLOGY-SERVICE

NameFlagsCard.TypeDescription & Constraintsdoco
.. TERMINOLOGY_SERVICE 0..*OPENEHR_TERMINOLOGY_GROUP_IDENTIFIERSDefines an object providing proxy access to a terminology service.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "TERMINOLOGY-SERVICE",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "OperationDefinition",
      "id": "terminology",
      "name": "terminology",
      "title": "terminology",
      "status": "active",
      "kind": "operation",
      "description": "Return an interface to the terminology named name. Allowable names include:-\n\n* openehr, \n* centc251,\n* any name from are taken from the US NLM UMLS meta-data list at http://www.nlm.nih.gov/research/umls/metaa1.html",
      "code": "terminology",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "name",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Parameters"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "code-set",
      "name": "code_set",
      "title": "code_set",
      "status": "active",
      "kind": "operation",
      "description": "Return an interface to the code_set identified by the external identifier name (e.g.  ISO_639-1).",
      "code": "code_set",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "name",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Parameters"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "code-set-for-id",
      "name": "code_set_for_id",
      "title": "code_set_for_id",
      "status": "active",
      "kind": "operation",
      "description": "Return an interface to the code_set identified internally in openEHR by id.",
      "code": "code_set_for_id",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "id",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Parameters"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "has-terminology",
      "name": "has_terminology",
      "title": "has_terminology",
      "status": "active",
      "kind": "operation",
      "description": "True if terminology named name known by this service. Allowable names include:-\n\n*  openehr  \n* centc251  \n* any name from are taken from the US NLM UMLS meta-data list at       http://www.nlm.nih.gov/research/umls/metaa1.html",
      "code": "has_terminology",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "name",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "boolean"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "has-code-set",
      "name": "has_code_set",
      "title": "has_code_set",
      "status": "active",
      "kind": "operation",
      "description": "True if code_set linked to internal name (e.g. languages ) is available.",
      "code": "has_code_set",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "name",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "boolean"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "terminology-identifiers",
      "name": "terminology_identifiers",
      "title": "terminology_identifiers",
      "status": "active",
      "kind": "operation",
      "description": "Set of all terminology identifiers known in the terminology service. Values from the US NLM UMLS meta-data list at:- http://www.nlm.nih.gov/research/umls/metaa1.html",
      "code": "terminology_identifiers",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "string"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "openehr-code-sets",
      "name": "openehr_code_sets",
      "title": "openehr_code_sets",
      "status": "active",
      "kind": "operation",
      "description": "Set of all code set identifiers known in the terminology service.",
      "code": "openehr_code_sets",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Parameters"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "code-set-identifiers",
      "name": "code_set_identifiers",
      "title": "code_set_identifiers",
      "status": "active",
      "kind": "operation",
      "description": "Set of all code sets identifiers for which there is an internal openEHR name; returned as a Map of ids keyed by internal name.",
      "code": "code_set_identifiers",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "string"
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#terminology"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#code-set"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#code-set-for-id"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#has-terminology"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#has-code-set"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#terminology-identifiers"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#openehr-code-sets"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#code-set-identifiers"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/BASE/latest/foundation_types.html#_any_class"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-replace-cardinality"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "http://openehr.org/fhir/StructureDefinition/TERMINOLOGY_SERVICE",
  "version": "0.1.0",
  "name": "TERMINOLOGY_SERVICE",
  "title": "TERMINOLOGY_SERVICE",
  "status": "active",
  "experimental": false,
  "date": "2025-09-06T15:35:39+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Defines an object providing proxy access to a terminology service.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/TERMINOLOGY_SERVICE",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/OPENEHR_TERMINOLOGY_GROUP_IDENTIFIERS",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "TERMINOLOGY_SERVICE",
        "path": "TERMINOLOGY_SERVICE",
        "short": "Defines an object providing proxy access to a terminology service.",
        "definition": "Defines an object providing proxy access to a terminology service.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "TERMINOLOGY_SERVICE",
        "path": "TERMINOLOGY_SERVICE",
        "short": "Defines an object providing proxy access to a terminology service.",
        "definition": "Defines an object providing proxy access to a terminology service.",
        "min": 0,
        "max": "*",
        "isModifier": false
      }
    ]
  }
}