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

FHIR IG Statistics: StructureDefinition/AUTHORED-RESOURCE

Packageopenehr.base
TypeStructureDefinition
IdAUTHORED-RESOURCE
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-AUTHORED-RESOURCE.html
URLhttp://openehr.org/fhir/StructureDefinition/AUTHORED-RESOURCE
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NameAUTHORED_RESOURCE
TitleAUTHORED_RESOURCE
Realmuv
Authorityhl7
DescriptionAbstract idea of an online resource created by a human author.
Typehttp://openehr.org/fhir/StructureDefinition/AUTHORED_RESOURCE
Kindlogical

Resources that use this resource

StructureDefinition
RESOURCE-DESCRIPTIONRESOURCE_DESCRIPTION

Resources that this resource uses

StructureDefinition
CODE-PHRASECODE_PHRASE
RESOURCE-DESCRIPTIONRESOURCE_DESCRIPTION
REVISION-HISTORYREVISION_HISTORY
TRANSLATION-DETAILSTRANSLATION_DETAILS

Narrative

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

Generated Narrative: StructureDefinition AUTHORED-RESOURCE

NameFlagsCard.TypeDescription & Constraintsdoco
.. AUTHORED_RESOURCE 0..*BaseThis is an abstract type.
Abstract idea of an online resource created by a human author
... original_language 1..1CODE_PHRASELanguage in which this resource was initially authored
... is_controlled 0..1booleanTrue if this resource is under any kind of change control (even file copying), in which case revision history is created
... translations 0..*TRANSLATION_DETAILSList of details for each natural-language translation made of this resource, keyed by language
... description 0..1RESOURCE_DESCRIPTIONDescription and lifecycle information of the resource
... revision_history 0..1REVISION_HISTORYThe revision history of the resource. Only required if is_controlled = True

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "AUTHORED-RESOURCE",
  "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#_authored_resource_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/AUTHORED-RESOURCE",
  "version": "0.1.0",
  "name": "AUTHORED_RESOURCE",
  "title": "AUTHORED_RESOURCE",
  "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": "Abstract idea of an online resource created by a human author.",
  "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": true,
  "type": "http://openehr.org/fhir/StructureDefinition/AUTHORED_RESOURCE",
  "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": "AUTHORED_RESOURCE",
        "path": "AUTHORED_RESOURCE",
        "short": "Abstract idea of an online resource created by a human author",
        "definition": "Abstract idea of an online resource created by a human author.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "AUTHORED_RESOURCE.original-language",
        "path": "AUTHORED_RESOURCE.original_language",
        "short": "Language in which this resource was initially authored",
        "definition": "Language in which this resource was initially authored. Although there is no language primacy of resources overall, the language of original authoring is required to ensure natural language translations can preserve quality. Language is relevant in both the description and ontology sections.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AUTHORED_RESOURCE.original_language",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/CODE-PHRASE"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.is-controlled",
        "path": "AUTHORED_RESOURCE.is_controlled",
        "short": "True if this resource is under any kind of change control (even file copying), in which case revision history is created",
        "definition": "True if this resource is under any kind of change control (even file copying), in which case revision history is created.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "AUTHORED_RESOURCE.is_controlled",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.translations",
        "path": "AUTHORED_RESOURCE.translations",
        "short": "List of details for each natural-language translation made of this resource, keyed by language",
        "definition": "List of details for each natural-language translation made of this resource, keyed by language. For each translation listed here, there must be corresponding sections in all language-dependent parts of the resource. The original_language does not appear in this list.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "AUTHORED_RESOURCE.translations",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/TRANSLATION-DETAILS"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.description",
        "path": "AUTHORED_RESOURCE.description",
        "short": "Description and lifecycle information of the resource",
        "definition": "Description and lifecycle information of the resource.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "AUTHORED_RESOURCE.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/RESOURCE-DESCRIPTION"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.revision-history",
        "path": "AUTHORED_RESOURCE.revision_history",
        "short": "The revision history of the resource. Only required if is_controlled = True",
        "definition": "The revision history of the resource. Only required if is_controlled = True (avoids large revision histories for informal or private editing situations).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "AUTHORED_RESOURCE.revision_history",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/REVISION-HISTORY"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "AUTHORED_RESOURCE",
        "path": "AUTHORED_RESOURCE",
        "short": "Abstract idea of an online resource created by a human author",
        "definition": "Abstract idea of an online resource created by a human author.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.original-language",
        "path": "AUTHORED_RESOURCE.original_language",
        "short": "Language in which this resource was initially authored",
        "definition": "Language in which this resource was initially authored. Although there is no language primacy of resources overall, the language of original authoring is required to ensure natural language translations can preserve quality. Language is relevant in both the description and ontology sections.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/CODE-PHRASE"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.is-controlled",
        "path": "AUTHORED_RESOURCE.is_controlled",
        "short": "True if this resource is under any kind of change control (even file copying), in which case revision history is created",
        "definition": "True if this resource is under any kind of change control (even file copying), in which case revision history is created.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.translations",
        "path": "AUTHORED_RESOURCE.translations",
        "short": "List of details for each natural-language translation made of this resource, keyed by language",
        "definition": "List of details for each natural-language translation made of this resource, keyed by language. For each translation listed here, there must be corresponding sections in all language-dependent parts of the resource. The original_language does not appear in this list.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/TRANSLATION-DETAILS"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.description",
        "path": "AUTHORED_RESOURCE.description",
        "short": "Description and lifecycle information of the resource",
        "definition": "Description and lifecycle information of the resource.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/RESOURCE-DESCRIPTION"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUTHORED_RESOURCE.revision-history",
        "path": "AUTHORED_RESOURCE.revision_history",
        "short": "The revision history of the resource. Only required if is_controlled = True",
        "definition": "The revision history of the resource. Only required if is_controlled = True (avoids large revision histories for informal or private editing situations).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/REVISION-HISTORY"
          }
        ],
        "isModifier": false
      }
    ]
  }
}