FHIR IG Statistics: StructureDefinition/palga-composition
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "palga-composition",
"url": "http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-composition",
"version": "1.0.0",
"name": "PalgaComposition",
"status": "active",
"contact": [
{
"name": "Netherlands comprehensive cancer organisation",
"telecom": [
{
"system": "url",
"value": "https://iknl.nl"
},
{
"system": "email",
"value": "fhir@iknl.nl"
}
]
}
],
"date": "2024-01-16T18:29:47.9368255+00:00",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
},
{
"identity": "fhirdocumentreference",
"uri": "http://hl7.org/fhir/documentreference",
"name": "FHIR DocumentReference"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "iknl-palga",
"uri": "http://fhir.iknl.nl/fhir/iknl-palga"
}
],
"kind": "resource",
"abstract": false,
"type": "Composition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Composition.identifier",
"path": "Composition.identifier",
"min": 1
},
{
"id": "Composition.identifier.system",
"path": "Composition.identifier.system",
"max": "0"
},
{
"id": "Composition.identifier.value",
"path": "Composition.identifier.value",
"short": "IKNL sleutel",
"definition": "IKNL sleutel",
"min": 1,
"mapping": [
{
"identity": "iknl-palga",
"map": "Deiknlsl"
}
]
},
{
"id": "Composition.status",
"path": "Composition.status",
"patternCode": "final"
},
{
"id": "Composition.type",
"path": "Composition.type",
"patternCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "11526-1"
}
]
}
},
{
"id": "Composition.subject",
"path": "Composition.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-patient"
],
"aggregation": [
"bundled"
]
}
]
},
{
"id": "Composition.date",
"path": "Composition.date",
"mapping": [
{
"identity": "iknl-palga",
"map": "DatumTijdLaatsteAutorisatie"
}
]
},
{
"id": "Composition.author",
"path": "Composition.author",
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-pathologist-role"
],
"aggregation": [
"bundled"
]
}
]
},
{
"id": "Composition.section",
"path": "Composition.section",
"min": 1,
"max": "1"
},
{
"id": "Composition.section.entry",
"path": "Composition.section.entry",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-diagnostic-report"
],
"aggregation": [
"bundled"
]
}
]
}
]
}
}