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-service-request",
"url": "http://fhir.health.gov.il/StructureDefinition/il-core-service-request",
"version": "0.12.1",
"name": "ILCoreServiceRequest",
"title": "ILCore ServiceRequest Profile",
"status": "draft",
"date": "2021-05-02",
"publisher": "Israel Core Team",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "ido.levin@moh.gov.il"
}
]
}
],
"description": "Israel Core proposed constraints and extensions on the ServiceRequest Resource",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "quick",
"uri": "http://siframework.org/cqf",
"name": "Quality Improvement and Clinical Knowledge (QUICK)"
}
],
"kind": "resource",
"abstract": false,
"type": "ServiceRequest",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "ServiceRequest",
"path": "ServiceRequest",
"short": "ILCore ServiceRequest Profile",
"definition": "Definitions for the profile-ServiceRequest resource profile."
},
{
"id": "ServiceRequest.basedOn",
"path": "ServiceRequest.basedOn",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/CarePlan",
"http://fhir.health.gov.il/StructureDefinition/il-core-service-request",
"http://fhir.health.gov.il/StructureDefinition/il-core-medication-request"
]
}
]
},
{
"id": "ServiceRequest.replaces",
"path": "ServiceRequest.replaces",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-service-request"
]
}
]
},
{
"id": "ServiceRequest.status",
"path": "ServiceRequest.status",
"mustSupport": true
},
{
"id": "ServiceRequest.intent",
"path": "ServiceRequest.intent",
"mustSupport": true
},
{
"id": "ServiceRequest.category",
"path": "ServiceRequest.category",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "ServiceRequest.category.coding",
"path": "ServiceRequest.category.coding",
"binding": {
"strength": "extensible",
"valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-category"
}
},
{
"id": "ServiceRequest.category:il-core",
"path": "ServiceRequest.category",
"sliceName": "il-core",
"min": 0,
"max": "*"
},
{
"id": "ServiceRequest.category:il-core.coding",
"path": "ServiceRequest.category.coding",
"binding": {
"strength": "required",
"valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-category"
}
},
{
"id": "ServiceRequest.category:il-core.coding.system",
"path": "ServiceRequest.category.coding.system",
"min": 1,
"patternUri": "http://snomed.info/sct"
},
{
"id": "ServiceRequest.category:il-core.coding.code",
"path": "ServiceRequest.category.coding.code",
"min": 1
},
{
"id": "ServiceRequest.category:il-core.coding.display",
"path": "ServiceRequest.category.coding.display",
"min": 1
},
{
"id": "ServiceRequest.code",
"path": "ServiceRequest.code",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://fhir.health.gov.il/ValueSet/il-core-procedure-code"
}
},
{
"id": "ServiceRequest.subject",
"path": "ServiceRequest.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-patient",
"http://fhir.health.gov.il/StructureDefinition/il-core-group",
"http://fhir.health.gov.il/StructureDefinition/il-core-location",
"http://fhir.health.gov.il/StructureDefinition/il-core-device"
]
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.encounter",
"path": "ServiceRequest.encounter",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-encounter"
]
}
]
},
{
"id": "ServiceRequest.occurrence[x]",
"path": "ServiceRequest.occurrence[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "ServiceRequest.occurrence[x]:occurrenceDateTime",
"path": "ServiceRequest.occurrence[x]",
"sliceName": "occurrenceDateTime",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.occurrence[x]:occurrenceDateTime.extension",
"path": "ServiceRequest.occurrence[x].extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "ServiceRequest.occurrence[x]:occurrenceDateTime.extension:relative-date",
"path": "ServiceRequest.occurrence[x].extension",
"sliceName": "relative-date",
"short": "Extension: Relative Date Criteria",
"definition": "Specifies that a date is relative to some event. The event happens [Duration] after [Event].",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/relative-date"
]
}
]
},
{
"id": "ServiceRequest.occurrence[x]:occurrencePeriod",
"path": "ServiceRequest.occurrence[x]",
"sliceName": "occurrencePeriod",
"min": 0,
"max": "1",
"type": [
{
"code": "Period"
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.authoredOn",
"path": "ServiceRequest.authoredOn",
"mustSupport": true
},
{
"id": "ServiceRequest.requester",
"path": "ServiceRequest.requester",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role",
"http://fhir.health.gov.il/StructureDefinition/il-core-organization",
"http://fhir.health.gov.il/StructureDefinition/il-core-patient",
"http://fhir.health.gov.il/StructureDefinition/il-core-related-person",
"http://fhir.health.gov.il/StructureDefinition/il-core-device"
]
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.performer",
"path": "ServiceRequest.performer",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role",
"http://fhir.health.gov.il/StructureDefinition/il-core-organization",
"http://hl7.org/fhir/StructureDefinition/CareTeam",
"http://hl7.org/fhir/StructureDefinition/HealthcareService",
"http://fhir.health.gov.il/StructureDefinition/il-core-patient",
"http://fhir.health.gov.il/StructureDefinition/il-core-device",
"http://fhir.health.gov.il/StructureDefinition/il-core-related-person"
]
}
]
},
{
"id": "ServiceRequest.locationReference",
"path": "ServiceRequest.locationReference",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-location"
]
}
]
},
{
"id": "ServiceRequest.reasonCode",
"path": "ServiceRequest.reasonCode",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://fhir.health.gov.il/ValueSet/il-core-procedure-reason"
}
},
{
"id": "ServiceRequest.reasonReference",
"path": "ServiceRequest.reasonReference",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-condition",
"http://fhir.health.gov.il/StructureDefinition/il-core-observation",
"http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report",
"http://hl7.org/fhir/StructureDefinition/DocumentReference"
]
}
]
},
{
"id": "ServiceRequest.specimen",
"path": "ServiceRequest.specimen",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-specimen"
]
}
]
}
]
}
}