PackagesCanonicalsLogsProblems
    Packages
    cezih.hr.cezih-osnova@1.0.2
    http://fhir.cezih.hr/specifikacije/StructureDefinition/HRCreatePrescriptionMessage
{
  "description": null,
  "_filename": "StructureDefinition-HRCreatePrescriptionMessage.json",
  "package_name": "cezih.hr.cezih-osnova",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "HRCreatePrescriptionMessage",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.2",
  "status": "draft",
  "id": "83e42f17-b6a4-494d-83a0-4f171f1676c7",
  "kind": "resource",
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRCreatePrescriptionMessage",
  "version": "1.0.2",
  "differential": {
    "element": [ {
      "id": "Bundle.entry",
      "max": "3",
      "min": 3,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      }
    }, {
      "id": "Bundle.entry:messageHeader",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "messageHeader"
    }, {
      "id": "Bundle.entry:messageHeader.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "MessageHeader",
        "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRPrescriptionMessageHeader" ]
      } ]
    }, {
      "id": "Bundle.entry:messageHeader.resource.event[x]",
      "path": "Bundle.entry.resource.event[x]",
      "fixedCoding": {
        "code": "4.1",
        "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/message-types",
        "display": "TR01 - Kreiranje recepta"
      }
    }, {
      "id": "Bundle.entry:messageHeader.resource.event[x].code",
      "path": "Bundle.entry.resource.event[x].code",
      "fixedCode": "4.1"
    }, {
      "id": "Bundle.entry:messageHeader.resource.focus",
      "max": "2",
      "min": 2,
      "path": "Bundle.entry.resource.focus",
      "definition": "Referenca na sadržaj poruke."
    }, {
      "id": "Bundle.entry:recept",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "recept"
    }, {
      "id": "Bundle.entry:recept.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "MedicationRequest",
        "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRRecept" ]
      } ]
    }, {
      "id": "Bundle.entry:recept.resource.extension:hRTroskoviSudjelovanje",
      "path": "Bundle.entry.resource.extension",
      "sliceName": "hRTroskoviSudjelovanje",
      "definition": "Podatci o sudjelovanju pacijenta u troškovima liječenja. Ne koristi se u privatnom receptu."
    }, {
      "id": "Bundle.entry:recept.resource.status",
      "path": "Bundle.entry.resource.status",
      "fixedCode": "active"
    }, {
      "id": "Bundle.entry:recept.resource.intent",
      "path": "Bundle.entry.resource.intent",
      "fixedCode": "order"
    }, {
      "id": "Bundle.entry:recept.resource.dispenseRequest.numberOfRepeatsAllowed",
      "path": "Bundle.entry.resource.dispenseRequest.numberOfRepeatsAllowed",
      "short": "Broj dozvoljenih izdavanja po receptu",
      "constraint": [ {
        "key": "IZD-1",
        "human": "Nedozvoljen broj ponavljanja po receptu,",
        "severity": "error",
        "expression": "$this >=0 and $this <=5"
      } ]
    }, {
      "id": "Bundle.entry:pacijent",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "pacijent"
    }, {
      "id": "Bundle.entry:pacijent.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Patient",
        "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" ]
      } ]
    }, {
      "id": "Bundle.entry:pacijent.resource.name",
      "min": 1,
      "path": "Bundle.entry.resource.name"
    }, {
      "id": "Bundle.entry:pacijent.resource.name.family",
      "min": 1,
      "path": "Bundle.entry.resource.name.family"
    }, {
      "id": "Bundle.entry:pacijent.resource.name.given",
      "min": 1,
      "path": "Bundle.entry.resource.name.given"
    } ]
  },
  "baseDefinition": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message"
}