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

FHIR IG Statistics: StructureDefinition/nxh-ext-medication-type

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-ext-medication-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-medicationType
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-medicationType
Statusactive
Date2023-11-30T13:34:48.0713252+00:00
NameNxhExtMedicationType
DescriptionType of medication.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NxhChemoCompoundMedicationNxhChemoCompoundMedication
NxhCompoundMedicationNxhCompoundMedication
NxhMedicationAdministrationNxhMedicationAdministration

Resources that this resource uses

ValueSet
nxh-vs-medication-typeNxhVSMedicationType

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-ext-medication-type",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-medicationType",
  "name": "NxhExtMedicationType",
  "status": "active",
  "date": "2023-11-30T13:34:48.0713252+00:00",
  "description": "Type of medication.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication"
    },
    {
      "type": "element",
      "expression": "MedicationAdministration"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Medication type",
        "definition": "Medication type"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-medicationType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "binding": {
          "strength": "extensible",
          "description": "Medication type",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-medication-type"
        }
      }
    ]
  }
}