PackagesCanonicalsLogsProblems
    Packages
    ontariomicdrfhirimplementationguide-0.10.00@0.9.5-beta
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest
{
  "description": null,
  "_filename": "StructureDefinition-ca-on-mi-profile-servicerequest.json",
  "package_name": "ontariomicdrfhirimplementationguide-0.10.00",
  "date": "2024-04-19T02:20:56.4940505+00:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MICdrServiceRequest",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://siframework.org/cqf",
    "name": "Quality Improvement and Clinical Knowledge (QUICK)",
    "identity": "quick"
  } ],
  "abstract": false,
  "type": "ServiceRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ServiceRequest Profile",
  "package_version": "0.9.5-beta",
  "status": "active",
  "id": "b8d62191-4be2-4d27-a00f-2b045e6a2458",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest",
  "version": "0.9.0",
  "differential": {
    "element": [ {
      "id": "ServiceRequest.meta",
      "min": 1,
      "path": "ServiceRequest.meta",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.meta.profile",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.meta.profile",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.extension",
      "min": 0,
      "path": "ServiceRequest.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.extension:ext-mi-copied-to-provider",
      "min": 0,
      "path": "ServiceRequest.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-ext-cc-list" ]
      } ],
      "sliceName": "ext-mi-copied-to-provider"
    }, {
      "id": "ServiceRequest.identifier",
      "min": 1,
      "path": "ServiceRequest.identifier",
      "slicing": {
        "rules": "open",
        "description": "must contain one repetition of an accession number.",
        "discriminator": [ {
          "path": "type.coding.code",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-accession",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.identifier",
      "short": "Accession ID",
      "sliceName": "identifier-accession",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.type",
      "min": 1,
      "path": "ServiceRequest.identifier.type",
      "mustSupport": true,
      "fixedCodeableConcept": {
        "coding": [ {
          "code": "ACSN",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "display": "Accession ID"
        } ]
      }
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.type.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding"
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.type.coding.system",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.type.coding.code",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding.code",
      "fixedCode": "ACSN",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.type.coding.display",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.system",
      "min": 1,
      "path": "ServiceRequest.identifier.system",
      "comment": "MI uses source organization specific URIs for this field.",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-accession.value",
      "min": 1,
      "path": "ServiceRequest.identifier.value",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber",
      "max": "1",
      "path": "ServiceRequest.identifier",
      "sliceName": "identifier-placerOrderNumber"
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.type",
      "min": 1,
      "path": "ServiceRequest.identifier.type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding.system",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding.code",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding.code",
      "fixedCode": "PLAC",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding.display",
      "min": 1,
      "path": "ServiceRequest.identifier.type.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.system",
      "min": 1,
      "path": "ServiceRequest.identifier.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.identifier:identifier-placerOrderNumber.value",
      "min": 1,
      "path": "ServiceRequest.identifier.value",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn",
      "path": "ServiceRequest.basedOn",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.type",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.type.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.type.coding.system",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.type.coding.code",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.type.coding.code",
      "fixedCode": "PLAC",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.type.coding.display",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.type.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.system",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.basedOn.identifier.value",
      "min": 1,
      "path": "ServiceRequest.basedOn.identifier.value",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces",
      "path": "ServiceRequest.replaces",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.type",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.type.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.type.coding.system",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.type.coding.code",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.type.coding.code",
      "fixedCode": "PLAC",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.type.coding.display",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.type.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.system",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.replaces.identifier.value",
      "min": 1,
      "path": "ServiceRequest.replaces.identifier.value",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition",
      "path": "ServiceRequest.requisition",
      "mapping": [ {
        "map": "ORC-4 (Placer Group Number)",
        "identity": "v2"
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.type",
      "min": 1,
      "path": "ServiceRequest.requisition.type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.type.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.requisition.type.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.type.coding.system",
      "min": 1,
      "path": "ServiceRequest.requisition.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.type.coding.code",
      "min": 1,
      "path": "ServiceRequest.requisition.type.coding.code",
      "fixedCode": "PLAC",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.type.coding.display",
      "min": 1,
      "path": "ServiceRequest.requisition.type.coding.display",
      "fixedString": "Placer Identifier",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.system",
      "min": 1,
      "path": "ServiceRequest.requisition.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requisition.value",
      "min": 1,
      "path": "ServiceRequest.requisition.value",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.status",
      "path": "ServiceRequest.status",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.intent",
      "path": "ServiceRequest.intent",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category",
      "path": "ServiceRequest.category",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "extension.value.code",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category.extension",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category.extension:ext-mi-category-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type" ]
      } ],
      "sliceName": "ext-mi-category-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category.coding",
      "path": "ServiceRequest.category.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category.coding.display",
      "min": 1,
      "path": "ServiceRequest.category.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-modality",
      "max": "1",
      "path": "ServiceRequest.category",
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html",
        "description": "Transitive closure of CID 33 Modality"
      },
      "sliceName": "category-modality",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-modality.extension",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category:category-modality.extension:ext-mi-category-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type" ]
      } ],
      "sliceName": "ext-mi-category-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-modality.extension:ext-mi-category-type.value[x].system",
      "path": "ServiceRequest.category.extension.value[x].system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.category:category-modality.extension:ext-mi-category-type.value[x].code",
      "path": "ServiceRequest.category.extension.value[x].code",
      "fixedCode": "360037004"
    }, {
      "id": "ServiceRequest.category:category-modality.coding",
      "min": 1,
      "path": "ServiceRequest.category.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-modality.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-modality.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-modality.coding.display",
      "min": 1,
      "path": "ServiceRequest.category.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-specialty",
      "max": "1",
      "path": "ServiceRequest.category",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-specialty"
      },
      "sliceName": "category-specialty",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-specialty.extension",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category:category-specialty.extension:ext-mi-category-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type" ]
      } ],
      "sliceName": "ext-mi-category-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-specialty.extension:ext-mi-category-type.value[x].system",
      "path": "ServiceRequest.category.extension.value[x].system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.category:category-specialty.extension:ext-mi-category-type.value[x].code",
      "path": "ServiceRequest.category.extension.value[x].code",
      "fixedCode": "394658006"
    }, {
      "id": "ServiceRequest.category:category-specialty.coding",
      "min": 1,
      "path": "ServiceRequest.category.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-specialty.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-specialty.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-specialty.coding.display",
      "min": 1,
      "path": "ServiceRequest.category.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart",
      "path": "ServiceRequest.category",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-bodypart-sct",
        "description": "Indicates the MI Procedure Body Part - SNOMED CT"
      },
      "sliceName": "cateogory-bodyPart",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.extension",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.extension:ext-mi-category-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type" ]
      } ],
      "sliceName": "ext-mi-category-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.extension:ext-mi-category-type.value[x].system",
      "path": "ServiceRequest.category.extension.value[x].system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.extension:ext-mi-category-type.value[x].code",
      "path": "ServiceRequest.category.extension.value[x].code",
      "fixedCode": "272427006"
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:cateogory-bodyPart.coding.display",
      "min": 1,
      "path": "ServiceRequest.category.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality",
      "path": "ServiceRequest.category",
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html",
        "description": "Transitive closure of CID 244 Laterality"
      },
      "sliceName": "category-laterality",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality.extension",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category:category-laterality.extension:ext-mi-category-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type" ]
      } ],
      "sliceName": "ext-mi-category-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality.extension:ext-mi-category-type.value[x].system",
      "path": "ServiceRequest.category.extension.value[x].system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.category:category-laterality.extension:ext-mi-category-type.value[x].code",
      "path": "ServiceRequest.category.extension.value[x].code",
      "fixedCode": "272741003"
    }, {
      "id": "ServiceRequest.category:category-laterality.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality.coding.extension",
      "min": 1,
      "path": "ServiceRequest.category.coding.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category:category-laterality.coding.extension:ext-mi-code-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type" ]
      } ],
      "sliceName": "ext-mi-code-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-laterality.coding.display",
      "min": 1,
      "path": "ServiceRequest.category.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-contrast",
      "max": "1",
      "path": "ServiceRequest.category",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-contrast-used"
      },
      "sliceName": "category-contrast",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-contrast.extension",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.category:category-contrast.extension:ext-mi-category-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type" ]
      } ],
      "sliceName": "ext-mi-category-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-contrast.extension:ext-mi-category-type.value[x].system",
      "path": "ServiceRequest.category.extension.value[x].system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.category:category-contrast.extension:ext-mi-category-type.value[x].code",
      "path": "ServiceRequest.category.extension.value[x].code",
      "fixedCode": "263543005"
    }, {
      "id": "ServiceRequest.category:category-contrast.coding",
      "min": 1,
      "path": "ServiceRequest.category.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-contrast.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-contrast.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:category-contrast.coding.display",
      "min": 1,
      "path": "ServiceRequest.category.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.priority",
      "path": "ServiceRequest.priority",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code",
      "min": 1,
      "path": "ServiceRequest.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding",
      "min": 1,
      "path": "ServiceRequest.code.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "extension.value",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding.extension",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.code.coding.extension:ext-mi-code-type",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type" ]
      } ],
      "sliceName": "ext-mi-code-type",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding.code",
      "min": 1,
      "path": "ServiceRequest.code.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding.display",
      "min": 1,
      "path": "ServiceRequest.code.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-local",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding",
      "short": "Local procedure code",
      "sliceName": "coding-local",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-local.extension",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.code.coding:coding-local.extension:ext-mi-local-code",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type" ]
      } ],
      "sliceName": "ext-mi-local-code",
      "isModifier": false
    }, {
      "id": "ServiceRequest.code.coding:coding-local.extension:ext-mi-local-code.value[x]",
      "path": "ServiceRequest.code.coding.extension.value[x]",
      "fixedCode": "local"
    }, {
      "id": "ServiceRequest.code.coding:coding-local.system",
      "min": 1,
      "path": "ServiceRequest.code.coding.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-local.code",
      "min": 1,
      "path": "ServiceRequest.code.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-local.display",
      "min": 1,
      "path": "ServiceRequest.code.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial",
      "max": "1",
      "path": "ServiceRequest.code.coding",
      "short": "Provincial procedure code",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-type-provincial"
      },
      "sliceName": "coding-provincial",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial.extension",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial.extension:ext-mi-provincial-code",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type" ]
      } ],
      "sliceName": "ext-mi-provincial-code",
      "isModifier": false
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial.extension:ext-mi-provincial-code.value[x]",
      "path": "ServiceRequest.code.coding.extension.value[x]",
      "fixedCode": "provincial"
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial.system",
      "min": 1,
      "path": "ServiceRequest.code.coding.system",
      "patternUri": "http://ontariohealth.ca/fhir/CodeSystem/procedure-type-mi-provincial",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial.code",
      "min": 1,
      "path": "ServiceRequest.code.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-provincial.display",
      "min": 1,
      "path": "ServiceRequest.code.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-sct",
      "max": "1",
      "path": "ServiceRequest.code.coding",
      "short": "SNOMED CT procedure code",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-type-sct"
      },
      "sliceName": "coding-sct",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-sct.extension",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "ServiceRequest.code.coding:coding-sct.extension:ext-mi-snomed-code",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type" ]
      } ],
      "sliceName": "ext-mi-snomed-code",
      "isModifier": false
    }, {
      "id": "ServiceRequest.code.coding:coding-sct.extension:ext-mi-snomed-code.value[x]",
      "path": "ServiceRequest.code.coding.extension.value[x]",
      "fixedCode": "sct"
    }, {
      "id": "ServiceRequest.code.coding:coding-sct.system",
      "min": 1,
      "path": "ServiceRequest.code.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-sct.code",
      "min": 1,
      "path": "ServiceRequest.code.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding:coding-sct.display",
      "min": 1,
      "path": "ServiceRequest.code.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.orderDetail",
      "path": "ServiceRequest.orderDetail",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.orderDetail.coding",
      "path": "ServiceRequest.orderDetail.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.orderDetail.text",
      "min": 1,
      "path": "ServiceRequest.orderDetail.text",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.subject",
      "path": "ServiceRequest.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.subject.reference",
      "min": 1,
      "path": "ServiceRequest.subject.reference",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.encounter",
      "path": "ServiceRequest.encounter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.encounter.reference",
      "min": 1,
      "path": "ServiceRequest.encounter.reference",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.occurrence[x]",
      "path": "ServiceRequest.occurrence[x]",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.authoredOn",
      "path": "ServiceRequest.authoredOn",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requester",
      "path": "ServiceRequest.requester",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-PractitionerRole", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Organization" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requester.reference",
      "min": 1,
      "path": "ServiceRequest.requester.reference",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.performer",
      "path": "ServiceRequest.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-PractitionerRole", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Organization" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.performer.reference",
      "min": 1,
      "path": "ServiceRequest.performer.reference",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.locationReference",
      "path": "ServiceRequest.locationReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Location" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.locationReference.reference",
      "min": 1,
      "path": "ServiceRequest.locationReference.reference",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.reasonCode",
      "path": "ServiceRequest.reasonCode",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.supportingInfo",
      "path": "ServiceRequest.supportingInfo",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.supportingInfo.display",
      "min": 1,
      "path": "ServiceRequest.supportingInfo.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.note",
      "path": "ServiceRequest.note",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest"
}