FHIR IG Statistics: StructureDefinition/mp-MedicationOverview-Bundle
Package | nictiz.fhir.nl.r4.medicationprocess9 |
Resource Type | StructureDefinition |
Id | mp-MedicationOverview-Bundle |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle |
URL | http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle |
Version | 2.0.0-rc.1 |
Status | active |
Name | MpMedicationOverviewBundle |
Title | mp MedicationOverview Bundle |
Realm | nl |
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. |
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. |
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 |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "mp-MedicationOverview-Bundle",
"url": "http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle",
"version": "2.0.0-rc.1",
"name": "MpMedicationOverviewBundle",
"title": "mp MedicationOverview Bundle",
"status": "active",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"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.",
"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.",
"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.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"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",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "resource"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Bundle.entry:list",
"path": "Bundle.entry",
"sliceName": "list",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:list.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview"
]
}
]
},
{
"id": "Bundle.entry:patient",
"path": "Bundle.entry",
"sliceName": "patient",
"max": "1"
},
{
"id": "Bundle.entry:patient.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Resource",
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
}
]
}
]
}
}