PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4.2023@0.1.0
    http://fhir.health.gov.il/StructureDefinition/il-core-medication
{
  "description": "Israel Core proposed constraints and extensions on the Medication Resource",
  "_filename": "StructureDefinition-il-core-medication.json",
  "package_name": "il.core.fhir.r4.2023",
  "date": "2021-05-02",
  "derivation": "constraint",
  "publisher": "Israel Core Team",
  "fhirVersion": "4.0.1",
  "name": "ILCoreMedication",
  "mapping": [ {
    "uri": "http://ncpdp.org/SCRIPT10_6",
    "name": "Mapping to NCPDP SCRIPT 10.6",
    "identity": "script10.6"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Medication",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Medication Profile",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "9e4fcd75-74a3-4da9-9a0d-0a1d03e59dab",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-medication",
  "version": "0.12.1",
  "differential": {
    "element": [ {
      "id": "Medication",
      "path": "Medication",
      "short": "ILCore Medication Profile",
      "definition": "Definitions for the profile-Medication resource profile."
    }, {
      "id": "Medication.identifier.assigner",
      "path": "Medication.identifier.assigner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ]
    }, {
      "id": "Medication.code",
      "min": 1,
      "path": "Medication.code",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-medication-code"
      },
      "mustSupport": true
    }, {
      "id": "Medication.manufacturer",
      "path": "Medication.manufacturer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ]
    }, {
      "id": "Medication.form",
      "path": "Medication.form",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes"
      }
    }, {
      "id": "Medication.ingredient.item[x]",
      "path": "Medication.ingredient.item[x]",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      }
    }, {
      "id": "Medication.ingredient.item[x]:itemReference",
      "max": "1",
      "min": 0,
      "path": "Medication.ingredient.item[x]",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-service-substance", "http://fhir.health.gov.il/StructureDefinition/il-core-medication" ]
      } ],
      "sliceName": "itemReference"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "ido.levin@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication"
}