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

FHIR IG analytics

Packagemyhie.v4
Resource TypeStructureDefinition
IdStructureDefinition-MedicationRequest-my-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "MedicationRequest-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/MedicationRequest-my-core",
  "version": "1.0.0",
  "name": "MedicationRequestMyCore",
  "title": "MedicationRequest (MY Core)",
  "status": "active",
  "date": "2024-03-13T01:41:41.3395961+00:00",
  "description": "Defines constraints and extensions on the MedicationRequest resource for the minimal set of data to query and retrieve prescription information.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationRequest.extension:form",
        "path": "MedicationRequest.extension",
        "sliceName": "form",
        "short": "Extension about drug form",
        "definition": "Extension about drug form",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/drug-form-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "MedicationRequest.extension:miscRequest",
        "path": "MedicationRequest.extension",
        "sliceName": "miscRequest",
        "short": "Extension to define this medication is orderd out of the default properties specified by the master Drug/Medication list",
        "definition": "Extension to define this medication is orderd out of the default properties specified by the master Drug/Medication list",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/misc-request-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "MedicationRequest.medication[x]",
        "path": "MedicationRequest.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/drug-my-core"
        }
      },
      {
        "id": "MedicationRequest.medication[x].coding",
        "path": "MedicationRequest.medication[x].coding",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/mims-my-core"
        }
      },
      {
        "id": "MedicationRequest.medication[x].coding.system",
        "path": "MedicationRequest.medication[x].coding.system",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/drug-my-core"
        }
      },
      {
        "id": "MedicationRequest.dosageInstruction.extension:cautionary",
        "path": "MedicationRequest.dosageInstruction.extension",
        "sliceName": "cautionary",
        "short": "Extension about drug cautionary element",
        "definition": "Extension about drug cautionary element",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/drug-cautionary-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "MedicationRequest.dosageInstruction.additionalInstruction",
        "path": "MedicationRequest.dosageInstruction.additionalInstruction",
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/drug-special-instruction-my-core"
        }
      },
      {
        "id": "MedicationRequest.dosageInstruction.timing.code",
        "path": "MedicationRequest.dosageInstruction.timing.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/phis-frequency-my-core"
        }
      },
      {
        "id": "MedicationRequest.dosageInstruction.route",
        "path": "MedicationRequest.dosageInstruction.route",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/phis-route-my-core"
        }
      },
      {
        "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "binding": {
          "strength": "required",
          "description": "phis uom",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/phis-uom-my-core"
        }
      }
    ]
  }
}