FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.vip.mert
Resource TypeStructureDefinition
IdStructureDefinition-MedicationRequestMERT.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/MedicationRequestMERT
URLhttps://intrahealth.com/fhir/mert/StructureDefinition/MedicationRequestMERT
Statusdraft
NameMedicationRequestMERT
TitleMedicationRequest (MERT)
DescriptionThis profile describes the MedicationRequest constraints for MERT.
TypeMedicationRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca.infoway.vip.mert#0.1.0-retryDosageMERTDosage (MERT)
ca.infoway.vip.mert#0.1.0-retryPatientMERTPatient (MERT)
ca.infoway.vip.mert#0.1.0-retryPractitionerMERTPractitioner (MERT)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "MedicationRequestMERT",
  "url": "https://intrahealth.com/fhir/mert/StructureDefinition/MedicationRequestMERT",
  "name": "MedicationRequestMERT",
  "title": "MedicationRequest (MERT)",
  "status": "draft",
  "description": "This profile describes the MedicationRequest constraints for MERT.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationRequest",
        "path": "MedicationRequest",
        "constraint": [
          {
            "key": "mert-medreq-din-should",
            "severity": "warning",
            "human": "When medication as a CodeableConcept has codings, a DIN coding should be included (Canada-first).",
            "expression": "medication.ofType(CodeableConcept).coding.empty() or medication.ofType(CodeableConcept).coding.where(system = 'http://hl7.org/fhir/sid/ca-din').exists()",
            "source": "https://intrahealth.com/fhir/mert/StructureDefinition/MedicationRequestMERT"
          }
        ]
      },
      {
        "id": "MedicationRequest.status",
        "path": "MedicationRequest.status",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.intent",
        "path": "MedicationRequest.intent",
        "short": "'order' only",
        "definition": "For MERT, MedicationRequest.intent only processes those that are 'order'. Other intent values will not be processed.",
        "patternCode": "order",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.medication[x]",
        "path": "MedicationRequest.medication[x]",
        "comment": "Medication SHALL be represented as a CodeableConcept for MERT exchange. When codings are present, DIN coding is preferred.",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.medication[x].coding",
        "path": "MedicationRequest.medication[x].coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "MedicationRequest.medication[x].coding:din",
        "path": "MedicationRequest.medication[x].coding",
        "sliceName": "din",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.medication[x].coding:din.system",
        "path": "MedicationRequest.medication[x].coding.system",
        "min": 1,
        "patternUri": "http://hl7.org/fhir/sid/ca-din"
      },
      {
        "id": "MedicationRequest.medication[x].coding:din.code",
        "path": "MedicationRequest.medication[x].coding.code",
        "min": 1
      },
      {
        "id": "MedicationRequest.medication[x].text",
        "path": "MedicationRequest.medication[x].text",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.subject",
        "path": "MedicationRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/PatientMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.encounter",
        "path": "MedicationRequest.encounter",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.authoredOn",
        "path": "MedicationRequest.authoredOn",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.requester",
        "path": "MedicationRequest.requester",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.note",
        "path": "MedicationRequest.note",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dosageInstruction",
        "path": "MedicationRequest.dosageInstruction",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Dosage",
            "profile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/DosageMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dispenseRequest",
        "path": "MedicationRequest.dispenseRequest",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed",
        "path": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dispenseRequest.quantity",
        "path": "MedicationRequest.dispenseRequest.quantity",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dispenseRequest.expectedSupplyDuration",
        "path": "MedicationRequest.dispenseRequest.expectedSupplyDuration",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.substitution",
        "path": "MedicationRequest.substitution",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.substitution.allowed[x]",
        "path": "MedicationRequest.substitution.allowed[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.substitution.allowed[x]:allowedBoolean",
        "path": "MedicationRequest.substitution.allowed[x]",
        "sliceName": "allowedBoolean",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}