FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "il-core-plan-definition",
"url": "http://fhir.health.gov.il/StructureDefinition/il-core-plan-definition",
"version": "0.12.1",
"name": "ILCorePlanDefinition",
"title": "ILCore PlanDefinition Profile",
"status": "draft",
"date": "2022-07-13",
"publisher": "Israel Core Team",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "ido.levin@moh.gov.il"
}
]
}
],
"description": "Israel Core proposed constraints and extensions on the PlanDefinition Resource",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "objimpl",
"uri": "http://hl7.org/fhir/object-implementation",
"name": "Object Implementation Information"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "PlanDefinition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "PlanDefinition",
"path": "PlanDefinition",
"short": "ILCore PlanDefinition Profile",
"definition": "Definitions for the profile-PlanDefinition resource profile."
},
{
"id": "PlanDefinition.subject[x]",
"path": "PlanDefinition.subject[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "PlanDefinition.subject[x]:subjectReference",
"path": "PlanDefinition.subject[x]",
"sliceName": "subjectReference",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-group"
]
}
]
},
{
"id": "PlanDefinition.action.definition[x]",
"path": "PlanDefinition.action.definition[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "PlanDefinition.action.definition[x]:definitionCanonical",
"path": "PlanDefinition.action.definition[x]",
"sliceName": "definitionCanonical",
"min": 0,
"max": "1",
"type": [
{
"code": "canonical",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/ActivityDefinition",
"http://fhir.health.gov.il/StructureDefinition/il-core-plan-definition",
"http://hl7.org/fhir/StructureDefinition/Questionnaire"
]
}
]
}
]
}
}