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

FHIR IG Statistics: StructureDefinition/UID-BASED-ID

Packageopenehr.base
TypeStructureDefinition
IdUID-BASED-ID
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-UID-BASED-ID.html
URLhttp://openehr.org/fhir/StructureDefinition/UID-BASED-ID
Version0.1.0
Statusactive
Date2023-06-27T18:45:58+10:00
NameUID_BASED_ID
TitleUID_BASED_ID
Realmuv
Authorityhl7
DescriptionAbstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension
Typehttp://openehr.org/fhir/StructureDefinition/UID_BASED_ID
Kindlogical

Resources that use this resource

StructureDefinition
HIER-OBJECT-IDHIER_OBJECT_ID
ITEM-TAGITEM_TAG
LOCATABLE-REFLOCATABLE_REF
LOCATABLELOCATABLE
OBJECT-VERSION-IDOBJECT_VERSION_ID
PATHABLEPATHABLE

Resources that this resource uses

StructureDefinition
OBJECT-IDOBJECT_ID

Narrative

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

Generated Narrative: StructureDefinition UID-BASED-ID

NameFlagsCard.TypeDescription & Constraintsdoco
.. UID_BASED_ID 0..*OBJECT_IDThis is an abstract type. Child types: HIER_OBJECT_ID, OBJECT_VERSION_ID
Elements defined in Ancestors:value
Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "UID-BASED-ID",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/BASE/latest/base_types.html#_uid_based_id_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/UID-BASED-ID",
  "version": "0.1.0",
  "name": "UID_BASED_ID",
  "title": "UID_BASED_ID",
  "status": "active",
  "experimental": false,
  "date": "2023-06-27T18:45:58+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension",
  "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/UID_BASED_ID",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/OBJECT-ID",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "UID_BASED_ID",
        "path": "UID_BASED_ID",
        "short": "Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension",
        "definition": "Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "UID_BASED_ID.value",
        "path": "UID_BASED_ID.value",
        "short": "The value of the id",
        "definition": "The value of the id.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "UID.value",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "UID_BASED_ID",
        "path": "UID_BASED_ID",
        "short": "Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension",
        "definition": "Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension.",
        "min": 0,
        "max": "*",
        "isModifier": false
      }
    ]
  }
}