FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nxh-medication

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-medication
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedication
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedication
Statusactive
Date2023-09-28T06:53:22.3905598+00:00
NameNxhMedication
DescriptionNexuzhealth profile for medication.
TypeMedication
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-strength2NxhExtStrength2
ValueSet
nxh-vs-stuk-omschrijvingNxhVSStukOmschrijving

Narrative

No narrative content found in resource


Source

{
  "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
      }
    ]
  }
}