| Package | nictiz.fhir.nl.stu3.zib2015 |
| Resource Type | StructureDefinition |
| Id | Bundle-MedicationOverview |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/Bundle-MedicationOverview |
| URL | http://nictiz.nl/fhir/StructureDefinition/Bundle-MedicationOverview |
| Status | retired |
| Date | 2017-12-04T17:07:30.44+01:00 |
| Name | Medication Overview response structure |
| Realm | nl |
| Description | Profile on the Bundle resource which represents the structure of the retrieve medication overview response transaction. The output of the ['$medication-overiew'](https://simplifier.net/NictizSTU3/Medication-Overview) operation SHALL conform to this profile. |
| Purpose | To define the body of the retrieve medication overview response transaction. This profile should provide guidance for servers in constructing the medication-overview operation outcome and enableling validation against it. For clients this profile should be helpfull in expecting the response format of the medication-overview outcome. |
| Copyright | CC0 |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| MedicationOverview | Medication Overview |
| nl-core-patient | nl-core-patient |
| zib-AdministrationAgreement | HCIM Administration Agreement |
| zib-MedicationUse | HCIM Medication Use |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "Bundle-MedicationOverview",
"meta": {
"lastUpdated": "2017-12-07T15:37:42.957+01:00"
},
"url": "http://nictiz.nl/fhir/StructureDefinition/Bundle-MedicationOverview",
"name": "Medication Overview response structure",
"status": "retired",
"date": "2017-12-04T17:07:30.44+01:00",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "email",
"value": "info@nictiz.nl",
"use": "work"
}
]
}
],
"description": "Profile on the Bundle resource which represents the structure of the retrieve medication overview response transaction. The output of the ['$medication-overiew'](https://simplifier.net/NictizSTU3/Medication-Overview) operation SHALL conform to this profile.",
"purpose": "To define the body of the retrieve medication overview response transaction. This profile should provide guidance for servers in constructing the medication-overview operation outcome and enableling validation against it. For clients this profile should be helpfull in expecting the response format of the medication-overview outcome.",
"copyright": "CC0",
"fhirVersion": "3.0.1",
"mapping": [
{
"identity": "Medication-Overview",
"uri": "https://decor.nictiz.nl/medicatieproces/mp-html-20170829T141253/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.148-2016-11-08T103441.html",
"name": "Medication Process V09: Medication Overview",
"comment": "Source language is in Dutch."
}
],
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "searchset"
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"rules": "open"
},
"min": 2
},
{
"id": "Bundle.entry:List",
"path": "Bundle.entry",
"sliceName": "List",
"short": "MedicationOveriew",
"alias": [
"Medicatie Overzicht",
"Documentgegevens"
],
"min": 1,
"max": "1",
"mapping": [
{
"identity": "Medication-Overview",
"map": "mp-dataelement900-22968"
}
]
},
{
"id": "Bundle.entry:List.resource",
"path": "Bundle.entry.resource",
"min": 1,
"max": "1",
"type": [
{
"code": "List",
"profile": "http://nictiz.nl/fhir/StructureDefinition/MedicationOverview"
}
]
},
{
"id": "Bundle.entry:List.resource.subject",
"path": "Bundle.entry.resource.subject",
"type": [
{
"code": "Reference",
"targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
"aggregation": [
"bundled"
]
}
]
},
{
"id": "Bundle.entry:List.resource.entry:AdministrationAgreement",
"path": "Bundle.entry.resource.entry",
"sliceName": "AdministrationAgreement"
},
{
"id": "Bundle.entry:List.resource.entry:AdministrationAgreement.item",
"path": "Bundle.entry.resource.entry.item",
"type": [
{
"code": "Reference",
"targetProfile": "http://nictiz.nl/fhir/StructureDefinition/zib-AdministrationAgreement",
"aggregation": [
"bundled"
]
}
]
},
{
"id": "Bundle.entry:List.resource.entry:MedicationUsage",
"path": "Bundle.entry.resource.entry",
"sliceName": "MedicationUsage"
},
{
"id": "Bundle.entry:List.resource.entry:MedicationUsage.item",
"path": "Bundle.entry.resource.entry.item",
"type": [
{
"code": "Reference",
"targetProfile": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse",
"aggregation": [
"bundled"
]
}
]
}
]
}
}