| Package | iknl.fhir.nl.r4.palga |
| Resource Type | StructureDefinition |
| Id | palga-document |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=iknl.fhir.nl.r4.palga@1.0.1&canonical=http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-document |
| URL | http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-document |
| Version | 1.0.0 |
| Status | active |
| Date | 2023-10-12T15:56:43.3722117+00:00 |
| Name | PalgaDocument |
| Realm | nl |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| palga-composition | PalgaComposition |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "palga-document",
"url": "http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-document",
"version": "1.0.0",
"name": "PalgaDocument",
"status": "active",
"contact": [
{
"name": "Netherlands comprehensive cancer organisation (IKNL)",
"telecom": [
{
"system": "url",
"value": "https://iknl.nl"
},
{
"system": "email",
"value": "fhir@iknl.nl"
}
]
}
],
"date": "2023-10-12T15:56:43.3722117+00:00",
"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",
"path": "Bundle",
"constraint": [
{
"key": "palga-document-1",
"severity": "error",
"human": "Composition.subject and DiagnosticReport.subject shall refer to the same patient.",
"expression": "entry.first().resource.subject.resolve() = entry.first().resource.section.entry.resolve().subject.resolve()"
}
]
},
{
"id": "Bundle.identifier.system",
"path": "Bundle.identifier.system",
"patternUri": "urn:ietf:rfc:3986"
},
{
"id": "Bundle.type",
"path": "Bundle.type",
"patternCode": "document"
},
{
"id": "Bundle.timestamp",
"path": "Bundle.timestamp",
"min": 1
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "resource"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Bundle.entry:composition",
"path": "Bundle.entry",
"sliceName": "composition",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:composition.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Composition",
"profile": [
"http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-composition"
]
}
]
}
]
}
}