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

FHIR IG Statistics: StructureDefinition/HRMinimalProvideDocumentBundle

Packagecezih.hr.cezih-osnova
Resource TypeStructureDefinition
IdHRMinimalProvideDocumentBundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@0.2.9&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/HRMinimalProvideDocumentBundle
URLhttp://fhir.cezih.hr/specifikacije/StructureDefinition/HRMinimalProvideDocumentBundle
Statusactive
NameHRMinimalProvideDocumentBundle
TitleHR Minimal Provide Document Bundle
DescriptionHrvatska ekstenzija ITI-65 Provide Document resursa s Minimal metadata za MHD.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
HR.MinimalDocumentReferenceHRMinimalDocumentReference
HRMinimalSubmissionSetHR Minimal SubmissionSet
ValueSet
MHDprovideFolderActionsMHD Folder List Types ValueSet
MHDprovidePatientActionsMHD Patient Types ValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HRMinimalProvideDocumentBundle",
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRMinimalProvideDocumentBundle",
  "name": "HRMinimalProvideDocumentBundle",
  "title": "HR Minimal Provide Document Bundle",
  "status": "active",
  "description": "Hrvatska ekstenzija ITI-65 Provide Document resursa s Minimal metadata za MHD.",
  "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/HRMinimalSubmissionSet"
            ]
          }
        ]
      },
      {
        "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": "any new DocumentReference that are part of the SubmissionSet. These might be new or other associations"
      },
      {
        "id": "Bundle.entry:DocumentRefs.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "DocumentReference",
            "profile": [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/HR.MinimalDocumentReference"
            ]
          }
        ]
      },
      {
        "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": "the Documents referenced by the DocumentReference resources"
      },
      {
        "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.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"
        }
      }
    ]
  }
}