PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.r4.medicationprocess9@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle
{
  "description": "Profile on the Bundle resource which represents the structure of the Retrieve and Send MedicationOverview transactions conform information standard ['Medication Process'](https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces). The output of the ['$medication-overview'](https://simplifier.net/medicationprocess/medication-overview) operation (used in the former transaction) SHALL conform to this profile.",
  "_filename": "mp-MedicationOverview-Bundle.json",
  "package_name": "nictiz.fhir.nl.r4.medicationprocess9",
  "date": null,
  "derivation": "constraint",
  "publisher": "Nictiz",
  "fhirVersion": "4.0.1",
  "purpose": "To define the body of the Retrieve and Send MedicationOverview transactions. Moreover, this profile should provide guidance for servers in constructing the medication-overview operation outcome and enabling validation against it. For clients this profile should be helpful in expecting the response format of the medication-overview operation outcome.",
  "name": "MpMedicationOverviewBundle",
  "abstract": false,
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "mp MedicationOverview Bundle",
  "package_version": "1.0.0",
  "status": "active",
  "id": "ba695e7d-5eac-4cf5-8acd-2e4eaf45744b",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "comment": "In the Retrieve and Send MedicationOverview transactions this element should have the value 'searchset' and 'transaction', respectively."
    }, {
      "id": "Bundle.total",
      "path": "Bundle.total",
      "comment": "The total value contains the number of matching HCIMs: MedicationAgreement, AdministrationAgreement and MedicationUse2. Other included resources, such as Medication resources, are not included in the total. Note that this element is only used in the Retrieve MedicationOverview transaction."
    }, {
      "id": "Bundle.entry",
      "min": 1,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "profile"
        } ]
      }
    }, {
      "id": "Bundle.entry:list",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "list"
    }, {
      "id": "Bundle.entry:list.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview" ]
      } ]
    }, {
      "id": "Bundle.entry:patient",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "patient"
    }, {
      "id": "Bundle.entry:patient.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" ]
      } ]
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "https://www.nictiz.nl",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}