PackagesCanonicalsLogsProblems
    Packages
    ontariomicdrfhirimplementationguide-0.10.00@0.9.11
    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-05-24T15:29:15.2006256+00:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "ServiceRequest",
  "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": "MI ServiceRequest Profile",
  "package_version": "0.9.11",
  "status": "active",
  "id": "f75ad333-f0eb-4e08-a7ef-9bdc63b62bf1",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest",
  "version": "1.0.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:ext-mi-copied-to-provider",
      "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.priority",
      "path": "ServiceRequest.priority",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code",
      "min": 1,
      "path": "ServiceRequest.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding.system",
      "min": 1,
      "path": "ServiceRequest.code.coding.system",
      "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.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.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.reasonCode.coding",
      "max": "1",
      "path": "ServiceRequest.reasonCode.coding",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.reasonCode.coding.system",
      "min": 1,
      "path": "ServiceRequest.reasonCode.coding.system",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.reasonCode.coding.code",
      "min": 1,
      "path": "ServiceRequest.reasonCode.coding.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.reasonCode.coding.display",
      "min": 1,
      "path": "ServiceRequest.reasonCode.coding.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.reasonCode.text",
      "path": "ServiceRequest.reasonCode.text",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.supportingInfo",
      "path": "ServiceRequest.supportingInfo",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.supportingInfo.display",
      "min": 1,
      "path": "ServiceRequest.supportingInfo.display",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.bodySite",
      "path": "ServiceRequest.bodySite",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.note",
      "path": "ServiceRequest.note",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest"
}