FHIR IG Statistics: StructureDefinition/il-core-substance
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "il-core-substance",
"url": "http://fhir.health.gov.il/StructureDefinition/il-core-service-substance",
"version": "0.12.1",
"name": "ILCoreSubstance",
"title": "ILCore Substance Profile",
"status": "draft",
"date": "2023-05-22",
"publisher": "Israel Core Team",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "ido.levin@moh.gov.il"
}
]
}
],
"description": "Israel Core proposed constraints and extensions on the Substance Resource",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "orim",
"uri": "http://hl7.org/orim",
"name": "Ontological RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Substance",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Substance",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Substance",
"path": "Substance",
"short": "ILCore Substance Profile",
"definition": "Definitions for the profile-Substance resource profile."
},
{
"id": "Substance.ingredient.substance[x]",
"path": "Substance.ingredient.substance[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Substance.ingredient.substance[x]:substanceReference",
"path": "Substance.ingredient.substance[x]",
"sliceName": "substanceReference",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-service-substance"
]
}
]
}
]
}
}