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

FHIR IG Statistics: StructureDefinition/issue-regards

Packagefhir.outburn.co.il
Resource TypeStructureDefinition
Idissue-regards
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.outburn.co.il@0.5.5&canonical=http://fhir.outburn.co.il/StructureDefinition/issue-regards
URLhttp://fhir.outburn.co.il/StructureDefinition/issue-regards
Version0.1.1
Statusdraft
NameIssueRegards
TitleIssue Regards
Realmus
Authorityhl7
DescriptionAllows returning of information regarding which item returned an error. For example, an application may want to know why patients from a list of patients were not returned in a search result, the reason for the absence of each one and their MRN. The base OperationOutcome resource may return the coded reason, but there is no discrete standard element that may hold the MRN. There are only ambiguous ways to return this information, such as in the text description of the error.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
t17-responseT17 Response

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "issue-regards",
  "language": "he-IL",
  "url": "http://fhir.outburn.co.il/StructureDefinition/issue-regards",
  "version": "0.1.1",
  "name": "IssueRegards",
  "title": "Issue Regards",
  "status": "draft",
  "description": "Allows returning of information regarding which item returned an error. For example, an application may want to know why patients from a list of patients were not returned in a search result, the reason for the absence of each one and their MRN. The base OperationOutcome resource may return the coded reason, but there is no discrete standard element that may hold the MRN. There are only ambiguous ways to return this information, such as in the text description of the error.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "CoverageEligibilityResponse.error"
    },
    {
      "type": "element",
      "expression": "OperationOutcome.issue"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Issue Regards",
        "definition": "Allows returning of information regarding which item returned an error. for example, an application may want to know why patients from a list of patients were not returned in a search result, the reason for the absence of each one and their MRN. The base OperationOutcome resource may return the coded reason, but there is no discrete standard element that may hold the MRN. There are only ambiguous ways to return this information, such as in the text description of the error."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.outburn.co.il/StructureDefinition/issue-regards"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          },
          {
            "code": "id"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  }
}