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

FHIR IG Statistics: StructureDefinition/RESOURCE-DESCRIPTION-ITEM

Packageopenehr.base
Resource TypeStructureDefinition
IdRESOURCE-DESCRIPTION-ITEM
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-RESOURCE-DESCRIPTION-ITEM.html
URLhttp://openehr.org/fhir/StructureDefinition/RESOURCE-DESCRIPTION-ITEM
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NameRESOURCE_DESCRIPTION_ITEM
TitleRESOURCE_DESCRIPTION_ITEM
Realmuv
Authorityhl7
DescriptionLanguage-specific detail of resource description. When a resource is translated for use in another language environment, each RESOURCE_DESCRIPTION_ITEM needs to be copied and translated into the new language.
Typehttp://openehr.org/fhir/StructureDefinition/RESOURCE_DESCRIPTION_ITEM
Kindlogical

Resources that use this resource

StructureDefinition
RESOURCE-DESCRIPTIONRESOURCE_DESCRIPTION

Resources that this resource uses

StructureDefinition
CODE-PHRASECODE_PHRASE

Narrative

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

Generated Narrative: StructureDefinition RESOURCE-DESCRIPTION-ITEM

NameFlagsCard.TypeDescription & Constraintsdoco
.. RESOURCE_DESCRIPTION_ITEM 0..*BaseLanguage-specific detail of resource description
... language 1..1CODE_PHRASEThe localised language in which the items in this description item are written
... purpose 1..1stringPurpose of the resource
... keywords 0..*stringKeywords which characterise this resource, used e.g. for indexing and searching
... use 0..1stringDescription of the uses of the resource, i.e. contexts in which it could be used
... misuse 0..1stringDescription of any misuses of the resource, i.e. contexts in which it should not be used
... copyright 0..1stringOptional copyright statement for the resource as a knowledge resource
... original_resource_uri 0..*stringURIs of original clinical document(s) or description of which resource is a formalisation
... other_details 1..*stringAdditional language-senstive resource metadata, as a list of name/value pairs

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "RESOURCE-DESCRIPTION-ITEM",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/RM/development/common.html#_resource_description_item_class"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "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/RESOURCE-DESCRIPTION-ITEM",
  "version": "0.1.0",
  "name": "RESOURCE_DESCRIPTION_ITEM",
  "title": "RESOURCE_DESCRIPTION_ITEM",
  "status": "active",
  "experimental": false,
  "date": "2024-12-31T18:45:58+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Language-specific detail of resource description. When a resource is translated for use in another language environment, each RESOURCE_DESCRIPTION_ITEM needs to be copied and translated into the new language.",
  "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/RESOURCE_DESCRIPTION_ITEM",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "RESOURCE_DESCRIPTION_ITEM",
        "path": "RESOURCE_DESCRIPTION_ITEM",
        "short": "Language-specific detail of resource description",
        "definition": "Language-specific detail of resource description. When a resource is translated for use in another language environment, each RESOURCE_DESCRIPTION_ITEM needs to be copied and translated into the new language.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.language",
        "path": "RESOURCE_DESCRIPTION_ITEM.language",
        "short": "The localised language in which the items in this description item are written",
        "definition": "The localised language in which the items in this description item are written. Coded from openEHR code set languages.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.language",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/CODE-PHRASE"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.purpose",
        "path": "RESOURCE_DESCRIPTION_ITEM.purpose",
        "short": "Purpose of the resource",
        "definition": "Purpose of the resource.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.purpose",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.keywords",
        "path": "RESOURCE_DESCRIPTION_ITEM.keywords",
        "short": "Keywords which characterise this resource, used e.g. for indexing and searching",
        "definition": "Keywords which characterise this resource, used e.g. for indexing and searching.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.keywords",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.use",
        "path": "RESOURCE_DESCRIPTION_ITEM.use",
        "short": "Description of the uses of the resource, i.e. contexts in which it could be used",
        "definition": "Description of the uses of the resource, i.e. contexts in which it could be used.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.use",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.misuse",
        "path": "RESOURCE_DESCRIPTION_ITEM.misuse",
        "short": "Description of any misuses of the resource, i.e. contexts in which it should not be used",
        "definition": "Description of any misuses of the resource, i.e. contexts in which it should not be used.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.misuse",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.copyright",
        "path": "RESOURCE_DESCRIPTION_ITEM.copyright",
        "short": "Optional copyright statement for the resource as a knowledge resource",
        "definition": "Optional copyright statement for the resource as a knowledge resource.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.copyright",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.original-resource-uri",
        "path": "RESOURCE_DESCRIPTION_ITEM.original_resource_uri",
        "short": "URIs of original clinical document(s) or description of which resource is a formalisation",
        "definition": "URIs of original clinical document(s) or description of which resource is a formalisation, in the language of this description item; keyed by meaning.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.original_resource_uri",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.other-details",
        "path": "RESOURCE_DESCRIPTION_ITEM.other_details",
        "short": "Additional language-senstive resource metadata, as a list of name/value pairs",
        "definition": "Additional language-senstive resource metadata, as a list of name/value pairs.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "RESOURCE_DESCRIPTION_ITEM.other_details",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "RESOURCE_DESCRIPTION_ITEM",
        "path": "RESOURCE_DESCRIPTION_ITEM",
        "short": "Language-specific detail of resource description",
        "definition": "Language-specific detail of resource description. When a resource is translated for use in another language environment, each RESOURCE_DESCRIPTION_ITEM needs to be copied and translated into the new language.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.language",
        "path": "RESOURCE_DESCRIPTION_ITEM.language",
        "short": "The localised language in which the items in this description item are written",
        "definition": "The localised language in which the items in this description item are written. Coded from openEHR code set languages.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/CODE-PHRASE"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.purpose",
        "path": "RESOURCE_DESCRIPTION_ITEM.purpose",
        "short": "Purpose of the resource",
        "definition": "Purpose of the resource.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.keywords",
        "path": "RESOURCE_DESCRIPTION_ITEM.keywords",
        "short": "Keywords which characterise this resource, used e.g. for indexing and searching",
        "definition": "Keywords which characterise this resource, used e.g. for indexing and searching.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.use",
        "path": "RESOURCE_DESCRIPTION_ITEM.use",
        "short": "Description of the uses of the resource, i.e. contexts in which it could be used",
        "definition": "Description of the uses of the resource, i.e. contexts in which it could be used.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.misuse",
        "path": "RESOURCE_DESCRIPTION_ITEM.misuse",
        "short": "Description of any misuses of the resource, i.e. contexts in which it should not be used",
        "definition": "Description of any misuses of the resource, i.e. contexts in which it should not be used.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.copyright",
        "path": "RESOURCE_DESCRIPTION_ITEM.copyright",
        "short": "Optional copyright statement for the resource as a knowledge resource",
        "definition": "Optional copyright statement for the resource as a knowledge resource.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.original-resource-uri",
        "path": "RESOURCE_DESCRIPTION_ITEM.original_resource_uri",
        "short": "URIs of original clinical document(s) or description of which resource is a formalisation",
        "definition": "URIs of original clinical document(s) or description of which resource is a formalisation, in the language of this description item; keyed by meaning.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "RESOURCE_DESCRIPTION_ITEM.other-details",
        "path": "RESOURCE_DESCRIPTION_ITEM.other_details",
        "short": "Additional language-senstive resource metadata, as a list of name/value pairs",
        "definition": "Additional language-senstive resource metadata, as a list of name/value pairs.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      }
    ]
  }
}