{
  "resourceType": "StructureDefinition",
  "id": "nxh-medication",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedication",
  "name": "NxhMedication",
  "status": "active",
  "date": "2023-09-28T06:53:22.3905598+00:00",
  "description": "Nexuzhealth profile for medication.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Medication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Medication.identifier",
        "path": "Medication.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Medication.identifier:medicatieNr",
        "path": "Medication.identifier",
        "sliceName": "medicatieNr",
        "short": "medicatieNr",
        "definition": "The medicatieNr identifier of the medication.\r\n\r\nMedicatieNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Medication.identifier:medicatieNr.system",
        "path": "Medication.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/statusMedicatieDefinitie/medicatieNr"
      },
      {
        "id": "Medication.form",
        "path": "Medication.form",
        "binding": {
          "strength": "extensible",
          "description": "Medication forms.",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-stuk-omschrijving"
        }
      },
      {
        "id": "Medication.ingredient.extension:strength2",
        "path": "Medication.ingredient.extension",
        "sliceName": "strength2",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-strength2"
            ]
          }
        ],
        "isModifier": false
      }
    ]
  }
}