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

FHIR IG analytics

Packagecezih.hr.cezih-osnova
Resource TypeStructureDefinition
IdStructureDefinition-hr-request-message.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@1.0.1&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message
URLhttp://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message
Version0.2.3
Statusactive
Date2024-01-25T14:50:58+00:00
NameHRRequestMessage
TitleOsnovni podatci FHIR poruka
Realmuv
DescriptionSpecifikacija podataka svih FHIR poruka zahtjeva. Specifikacije pojedinih poruka u CEZIH sustavu su temeljene na ovoj specifikaciji.
TypeBundle
Kindresource

Resources that use this resource

StructureDefinition
cezih.hr.encounter-management#0.2.3hr-cancel-encounter-messagePoruka zahtjeva za brisanje posjeta
cezih.hr.encounter-management#0.2.3hr-close-encounter-messagePoruka zahtjeva za zatvaranje posjete
cezih.hr.encounter-management#0.2.3hr-create-encounter-messagePoruka zahtjeva za kreiranje nove posjete
cezih.hr.encounter-management#0.2.3hr-reopen-encounter-messagePoruka zahtjeva za ponovno otvaranje posjete
cezih.hr.encounter-management#0.2.3hr-update-encounter-messagePoruka zahtjeva za izmjenom podataka posjete
cezih.hr.cezih-osnova#1.0.1HRCancelPrescriptionMessageHRCancelPrescriptionMessage
cezih.hr.cezih-osnova#1.0.1HRCancelRepeatesRequestMessageHRCancelPrescriptionRepeatesRequestMessage
cezih.hr.cezih-osnova#1.0.1HRCreatePrescriptionMessageHRCreatePrescriptionMessage
cezih.hr.condition-management#0.2.1hr-health-issue-request-messageOsnovni podatci poruka za upravljanje slučajevima

Resources that this resource uses

StructureDefinition
cezih.hr.cezih-osnova#1.0.1hr-practitionerZdravstveni djelatnik
cezih.hr.cezih-osnova#1.0.1signatureVerificationCodeSignatureVerificationCode

Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Bundle C0..*BundleContains a collection of resources
DIGSIG-1: Message must be signed by author
... id 1..1idJedinstveni identifikator poruke
... language 0..0
... identifier 0..0
... type 1..1codeDefinira da resurs Bundle predstavlja FHIR poruku
Fixed Value: message
... timestamp 1..1instantVrijeme kreiranja poruke
... total 0..0
... link 0..0
... entry 0..*BackboneElementElementi poruke
.... id 0..0
.... extension 0..0
.... link 0..0
.... fullUrl 1..1uriJedinstveni identifikator zapisa (elementa) poruke
.... resource 1..1ResourceZapis (element) poruke
.... search 0..0
.... request 0..0
.... response 0..0
... signature 1..1SignatureDigitalni potpis poruke
.... type 1..1CodingDefinira vrstu digitalnog potpisa
Fixed Value: As shown (Author's Signature)
..... system1..1uriIdentity of the terminology system
Fixed Value: urn:iso-astm:E1762-95:2013
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 1.2.840.10065.1.12.1.1
.... when 1..1instantVrijeme kreiranja digitalnog potpisa poruke
.... who 1..1Reference(Zdravstveni djelatnik)Referenca na potpisnika poruke
.... onBehalfOf 0..0
.... targetFormat 0..0
.... sigFormat 0..0
.... data 1..1base64BinaryDigitalni potpis

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "hr-request-message",
  "meta": {
    "versionId": "28",
    "lastUpdated": "2025-10-27T09:34:12.7060696+00:00",
    "source": "#hRee79RPTSw4kFGU"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message",
  "version": "0.2.3",
  "name": "HRRequestMessage",
  "title": "Osnovni podatci FHIR poruka",
  "status": "active",
  "date": "2024-01-25T14:50:58+00:00",
  "contact": [
    {
      "name": "Krešimir Kerš",
      "telecom": [
        {
          "system": "email",
          "value": "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description": "Specifikacija podataka svih FHIR poruka zahtjeva. Specifikacije pojedinih poruka u CEZIH sustavu su temeljene na ovoj specifikaciji.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "HR",
          "display": "Croatia"
        }
      ],
      "text": "Croatia"
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "constraint": [
          {
            "key": "DIGSIG-1",
            "severity": "error",
            "human": "Message must be signed by author",
            "expression": "Bundle.entry.resource.ofType(MessageHeader).author = Bundle.signature.who"
          }
        ]
      },
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "short": "Jedinstveni identifikator poruke",
        "definition": "Jedinstveni identifikator poruke kreira pošiljatelj u obliku UUID-a",
        "min": 1
      },
      {
        "id": "Bundle.language",
        "path": "Bundle.language",
        "max": "0"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "short": "Definira da resurs Bundle predstavlja FHIR poruku",
        "fixedCode": "message"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "short": "Vrijeme kreiranja poruke",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "max": "0"
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "short": "Elementi poruke",
        "definition": "Elementi od kojih se sastoji FHIR poruka. Prvi element je uvijek MessageHeader koji predstvalja zaglavlje poruke.",
        "mustSupport": false
      },
      {
        "id": "Bundle.entry.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry.extension",
        "path": "Bundle.entry.extension",
        "max": "0"
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "short": "Jedinstveni identifikator zapisa (elementa) poruke",
        "definition": "Identifikator definira pošiljatelj poruke u UUID formatu. Ovaj identifikator mora biti jednak identifikatoru resursa (atribut id) koji se nalazi u zapisu (entry)",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "short": "Zapis (element) poruke",
        "min": 1
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "short": "Digitalni potpis poruke",
        "min": 1
      },
      {
        "id": "Bundle.signature.extension:signatureVerificationCode",
        "path": "Bundle.signature.extension",
        "sliceName": "signatureVerificationCode",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/signatureVerificationCode"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Bundle.signature.type",
        "path": "Bundle.signature.type",
        "short": "Definira vrstu digitalnog potpisa",
        "definition": "Definira da je potpisnik poruke autor",
        "max": "1",
        "fixedCoding": {
          "system": "urn:iso-astm:E1762-95:2013",
          "code": "1.2.840.10065.1.12.1.1"
        }
      },
      {
        "id": "Bundle.signature.when",
        "path": "Bundle.signature.when",
        "short": "Vrijeme kreiranja digitalnog potpisa poruke"
      },
      {
        "id": "Bundle.signature.who",
        "path": "Bundle.signature.who",
        "short": "Referenca na potpisnika poruke",
        "definition": "Potpisnik poruke je jednak autoru poruke navedenom u MessageHeader.author atributu. Koristi se logička referenca (identifikator-MBO)",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner"
            ]
          }
        ]
      },
      {
        "id": "Bundle.signature.onBehalfOf",
        "path": "Bundle.signature.onBehalfOf",
        "max": "0"
      },
      {
        "id": "Bundle.signature.targetFormat",
        "path": "Bundle.signature.targetFormat",
        "max": "0"
      },
      {
        "id": "Bundle.signature.sigFormat",
        "path": "Bundle.signature.sigFormat",
        "max": "0"
      },
      {
        "id": "Bundle.signature.data",
        "path": "Bundle.signature.data",
        "short": "Digitalni potpis",
        "min": 1
      }
    ]
  }
}