FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "HRExternalMinimalProvideDocumentBundle",
"url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRExternalMinimalProvideDocumentBundle",
"name": "HRExternalMinimalProvideDocumentBundle",
"title": "HR External Minimal Provide Document Bundle",
"status": "active",
"description": "Hrvatska ekstenzija ITI-65 Provide Document resursa s Minimal metadata za MHD. Koristi se za slanje dokumenata koji nisu vezani uz posjetu i slučajeve zdravlja.",
"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.meta",
"path": "Bundle.meta"
},
{
"id": "Bundle.meta.profile",
"path": "Bundle.meta.profile",
"min": 1
},
{
"id": "Bundle.type",
"path": "Bundle.type",
"patternCode": "transaction"
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "resource"
},
{
"type": "value",
"path": "request.method"
}
],
"description": "Slicing based on the profile conformance of the entry",
"rules": "closed"
},
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.entry.resource",
"path": "Bundle.entry.resource",
"mustSupport": true
},
{
"id": "Bundle.entry:SubmissionSet",
"path": "Bundle.entry",
"sliceName": "SubmissionSet",
"short": "the SubmissionSet",
"definition": "The SubmissionSet defines who submitted it, why they submitted it, when they submitted, what is in it, and where it is destine.",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:SubmissionSet.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "List",
"profile": [
"http://fhir.cezih.hr/specifikacije/StructureDefinition/HRExternalMinimalSubmissionSet"
]
}
]
},
{
"id": "Bundle.entry:SubmissionSet.request",
"path": "Bundle.entry.request",
"min": 1
},
{
"id": "Bundle.entry:SubmissionSet.request.method",
"path": "Bundle.entry.request.method",
"patternCode": "POST"
},
{
"id": "Bundle.entry:DocumentRefs",
"path": "Bundle.entry",
"sliceName": "DocumentRefs",
"short": "the DocumentReference resources",
"definition": "DocumentReference resurs sadrži metapodatke poslanog dokumenta: identifikatore, tip dokumenta, podatke o pacijentu za kojeg je poslan dokument, autoru dokumenta, vrijeme slanja...",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:DocumentRefs.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "DocumentReference",
"profile": [
"http://fhir.cezih.hr/specifikacije/StructureDefinition/HRExternaltMinimalDocumentReference"
]
}
]
},
{
"id": "Bundle.entry:DocumentRefs.resource.type.coding",
"path": "Bundle.entry.resource.type.coding",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:DocumentRefs.resource.type.text",
"path": "Bundle.entry.resource.type.text",
"short": "Naziv dokumenta",
"min": 1
},
{
"id": "Bundle.entry:DocumentRefs.resource.author.identifier",
"path": "Bundle.entry.resource.author.identifier",
"definition": "Identifikator autora dokumenta. Koristi se logička referenca (https://hl7.org/fhir/R4/references.html#logical).\r\n"
},
{
"id": "Bundle.entry:DocumentRefs.resource.custodian",
"path": "Bundle.entry.resource.custodian",
"short": "Organizacija u kojoj je nastao dokument.",
"min": 1
},
{
"id": "Bundle.entry:DocumentRefs.resource.custodian.display",
"path": "Bundle.entry.resource.custodian.display",
"short": "Naziv organizacije",
"definition": "Naziv zdravstvene organizacije u kojoj je nastao dokument.",
"min": 1
},
{
"id": "Bundle.entry:DocumentRefs.request",
"path": "Bundle.entry.request",
"min": 1
},
{
"id": "Bundle.entry:DocumentRefs.request.method",
"path": "Bundle.entry.request.method",
"patternCode": "POST"
},
{
"id": "Bundle.entry:Documents",
"path": "Bundle.entry",
"sliceName": "Documents",
"short": "the Documents",
"definition": "Dokument poslan u Bundleu. Dokument se šalje kao base64 enkodirani sadržaj.",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:Documents.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Binary",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Binary"
]
}
]
},
{
"id": "Bundle.entry:Documents.resource.data",
"path": "Bundle.entry.resource.data",
"definition": "Base64 enkodirani sadžaj.",
"min": 1
},
{
"id": "Bundle.entry:Documents.request",
"path": "Bundle.entry.request",
"min": 1
},
{
"id": "Bundle.entry:Documents.request.method",
"path": "Bundle.entry.request.method",
"patternCode": "POST"
},
{
"id": "Bundle.entry:FhirDocuments",
"path": "Bundle.entry",
"sliceName": "FhirDocuments",
"short": "the FHIR-FhirDocuments",
"definition": "the FHIR-FhirDocuments referenced by the DocumentReference resources"
},
{
"id": "Bundle.entry:FhirDocuments.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Bundle",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Bundle"
]
}
]
},
{
"id": "Bundle.entry:FhirDocuments.request",
"path": "Bundle.entry.request",
"min": 1
},
{
"id": "Bundle.entry:FhirDocuments.request.method",
"path": "Bundle.entry.request.method",
"patternCode": "POST"
},
{
"id": "Bundle.entry:Folders",
"path": "Bundle.entry",
"sliceName": "Folders",
"short": "Folders",
"definition": "any Folders being created or updated",
"max": "0"
},
{
"id": "Bundle.entry:Folders.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "List",
"profile": [
"http://hl7.org/fhir/StructureDefinition/List"
]
}
]
},
{
"id": "Bundle.entry:Folders.request",
"path": "Bundle.entry.request",
"min": 1
},
{
"id": "Bundle.entry:Folders.request.method",
"path": "Bundle.entry.request.method",
"binding": {
"strength": "required",
"valueSet": "https://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovideFolderActions"
}
},
{
"id": "Bundle.entry:Patient",
"path": "Bundle.entry",
"sliceName": "Patient",
"short": "the Patient",
"definition": "the Patient",
"max": "0"
},
{
"id": "Bundle.entry:Patient.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Patient",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
]
},
{
"id": "Bundle.entry:Patient.request.method",
"path": "Bundle.entry.request.method",
"binding": {
"strength": "required",
"valueSet": "https://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovidePatientActions"
}
}
]
}
}