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

FHIR IG analytics

Packagecezih.hr.cezih-osnova
Resource TypeStructureDefinition
IdStructureDefinition-ishod.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@1.0.2&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/ishod
URLhttp://fhir.cezih.hr/specifikacije/StructureDefinition/ishod
Version0.2.3
Statusactive
Date2024-01-25T14:50:58+00:00
NameHROperationOutcome
TitleIshod FHIR REST operacije
Realmuv
DescriptionResurs sadrži informaciju o ishodu poslane poruke.
TypeOperationOutcome
Kindresource

Resources that use this resource

StructureDefinition
cezih.hr.encounter-management#0.2.3hr-encounter-response-messagePoruka odgovora na zahtjev
cezih.hr.cezih-osnova#1.0.2HRPrescriptionResponseMessageHRPrescriptionResponseMessage
cezih.hr.condition-management#0.2.1hr-health-issue-response-messagePoruka odgovora na zahtjev

Resources that this resource uses

ValueSet
cezih.hr.cezih-osnova#1.0.2message-error-typeError types

Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. OperationOutcome 0..*OperationOutcomeInformation about the success/failure of an action
... issue S1..*BackboneElementA single issue associated with the action
.... severity 1..1codefatal | error | warning | information
.... code 1..1codeError or warning code
.... details S0..1CodeableConceptAdditional details about the error
Binding: Error types (required)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "ishod",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2026-05-06T14:08:26.9163793+00:00",
    "source": "#7tmZqMey2xLPDLIC"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/ishod",
  "version": "0.2.3",
  "name": "HROperationOutcome",
  "title": "Ishod FHIR REST operacije",
  "status": "active",
  "date": "2024-01-25T14:50:58+00:00",
  "contact": [
    {
      "name": "Krešimir Kerš",
      "telecom": [
        {
          "system": "email",
          "value": "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description": "Resurs sadrži informaciju o ishodu poslane poruke.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "HR",
          "display": "Croatia"
        }
      ],
      "text": "Croatia"
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "OperationOutcome",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/OperationOutcome",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "OperationOutcome.issue",
        "path": "OperationOutcome.issue",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.details",
        "path": "OperationOutcome.issue.details",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://ent.hr/fhir/ValueSet/message-error-type"
        }
      }
    ]
  }
}