FHIR IG analytics| Package | ca.infoway.vip.mert |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-ServiceRequestMERT.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/ServiceRequestMERT |
| URL | https://intrahealth.com/fhir/mert/StructureDefinition/ServiceRequestMERT |
| Status | draft |
| Name | ServiceRequestMERT |
| Title | ServiceRequest (MERT) |
| Description | This profile describes the ServiceRequest constraints for MERT. |
| Type | ServiceRequest |
| Kind | resource |
No resources found
| StructureDefinition | ||
| ca.infoway.vip.mert#0.1.0-retry | PatientMERT | Patient (MERT) |
| ca.infoway.vip.mert#0.1.0-retry | PractitionerMERT | Practitioner (MERT) |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "ServiceRequestMERT",
"url": "https://intrahealth.com/fhir/mert/StructureDefinition/ServiceRequestMERT",
"name": "ServiceRequestMERT",
"title": "ServiceRequest (MERT)",
"status": "draft",
"description": "This profile describes the ServiceRequest constraints for MERT.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "ServiceRequest",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "ServiceRequest.status",
"path": "ServiceRequest.status",
"comment": "MERT requires ServiceRequest.status. Use an appropriate RequestStatus value.",
"mustSupport": true
},
{
"id": "ServiceRequest.intent",
"path": "ServiceRequest.intent",
"comment": "MERT constrains ServiceRequest.intent to 'order'.",
"patternCode": "order",
"mustSupport": true
},
{
"id": "ServiceRequest.category",
"path": "ServiceRequest.category",
"comment": "For MERT workflows, implementations SHALL process only category[0]. If multiple category entries are present, additional entries MAY be ignored.",
"mustSupport": true
},
{
"id": "ServiceRequest.code",
"path": "ServiceRequest.code",
"short": "Patient Referral",
"comment": "MERT constrains ServiceRequest.code to SNOMED CT 3457005 (Patient referral). No other procedure codes are permitted for MERT referral transactions.",
"min": 1,
"mustSupport": true
},
{
"id": "ServiceRequest.code.coding",
"path": "ServiceRequest.code.coding",
"min": 1,
"max": "1"
},
{
"id": "ServiceRequest.code.coding.system",
"path": "ServiceRequest.code.coding.system",
"min": 1,
"patternUri": "http://snomed.info/sct"
},
{
"id": "ServiceRequest.code.coding.code",
"path": "ServiceRequest.code.coding.code",
"min": 1,
"patternCode": "3457005"
},
{
"id": "ServiceRequest.subject",
"path": "ServiceRequest.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://intrahealth.com/fhir/mert/StructureDefinition/PatientMERT"
]
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.encounter",
"path": "ServiceRequest.encounter",
"mustSupport": true
},
{
"id": "ServiceRequest.occurrence[x]",
"path": "ServiceRequest.occurrence[x]",
"mustSupport": true
},
{
"id": "ServiceRequest.requester",
"path": "ServiceRequest.requester",
"comment": "Who requested it. The meaning may differ for incoming vs outgoing referrals.",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerMERT"
]
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.performer",
"path": "ServiceRequest.performer",
"comment": "Requested performer. The meaning may differ for incoming vs outgoing referrals.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerMERT"
]
}
],
"mustSupport": true
},
{
"id": "ServiceRequest.reasonCode",
"path": "ServiceRequest.reasonCode",
"mustSupport": true
},
{
"id": "ServiceRequest.supportingInfo",
"path": "ServiceRequest.supportingInfo",
"comment": "Intended to share references; typically these referenced resources are expected to already exist / be imported.",
"mustSupport": true
},
{
"id": "ServiceRequest.note",
"path": "ServiceRequest.note",
"mustSupport": true
}
]
}
}