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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
openehr.base#currentAnyAny

Narrative

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

Generated Narrative: StructureDefinition TERMINOLOGY-ACCESS

NameFlagsCard.TypeDescription & Constraintsdoco
.. TERMINOLOGY_ACCESS 0..*AnyDefines an object providing proxy access to a terminology.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "TERMINOLOGY-ACCESS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "OperationDefinition",
      "id": "id",
      "name": "id",
      "title": "id",
      "status": "active",
      "kind": "operation",
      "description": "Identification of this Terminology.",
      "code": "id",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "string"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "all-codes",
      "name": "all_codes",
      "title": "all_codes",
      "status": "active",
      "kind": "operation",
      "description": "Return all codes known in this terminology.",
      "code": "all_codes",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Coding"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "codes-for-group-id",
      "name": "codes_for_group_id",
      "title": "codes_for_group_id",
      "status": "active",
      "kind": "operation",
      "description": "Return all codes under grouper 'a_group_id' from this terminology.",
      "code": "codes_for_group_id",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "a_group_id",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Coding"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "codes-for-group-name",
      "name": "codes_for_group_name",
      "title": "codes_for_group_name",
      "status": "active",
      "kind": "operation",
      "description": "Return all codes under grouper whose name in 'a_lang' is 'a_name' from this terminology.",
      "code": "codes_for_group_name",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "a_lang",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "a_name",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "Coding"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "has-code-for-group-id",
      "name": "has_code_for_group_id",
      "title": "has_code_for_group_id",
      "status": "active",
      "kind": "operation",
      "description": "True if  a_code' is known in group  group_id' in the openEHR terminology.",
      "code": "has_code_for_group_id",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "boolean"
        }
      ]
    },
    {
      "resourceType": "OperationDefinition",
      "id": "rubric-for-code",
      "name": "rubric_for_code",
      "title": "rubric_for_code",
      "status": "active",
      "kind": "operation",
      "description": "Return all rubric of code  code' in language  lang'.",
      "code": "rubric_for_code",
      "system": false,
      "type": false,
      "instance": true,
      "parameter": [
        {
          "name": "a_code",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "string"
        },
        {
          "name": "return",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "string"
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#id"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#all-codes"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#codes-for-group-id"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#codes-for-group-name"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#has-code-for-group-id"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#rubric-for-code"
    },
    {
      "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_ACCESS",
  "version": "0.1.0",
  "name": "TERMINOLOGY_ACCESS",
  "title": "TERMINOLOGY_ACCESS",
  "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.",
  "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_ACCESS",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/Any",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "TERMINOLOGY_ACCESS",
        "path": "TERMINOLOGY_ACCESS",
        "short": "Defines an object providing proxy access to a terminology.",
        "definition": "Defines an object providing proxy access to a terminology.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "TERMINOLOGY_ACCESS",
        "path": "TERMINOLOGY_ACCESS",
        "short": "Defines an object providing proxy access to a terminology.",
        "definition": "Defines an object providing proxy access to a terminology.",
        "min": 0,
        "max": "*",
        "isModifier": false
      }
    ]
  }
}