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

FHIR IG Statistics: StructureDefinition/EHDSDosage

Packageeu.ehds.models
Resource TypeStructureDefinition
IdEHDSDosage
FHIR VersionR5
Sourcehttps://www.xt-ehr.eu/specifications/fhir/https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSDosage.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDosage
Version0.1.0
Statusdraft
Date2025-07-25T08:06:37+00:00
NameEHDSDosage
TitleDosage model
DescriptionEHDS refined base model for Dosage
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDosage
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSDosage

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSDosage 0..*BaseDosage model
Instances of this logical model can be the target of a Reference
... dosageDescription 0..1stringDosage description
... site 0..1CodeableConceptSite
... route 0..1CodeableConceptRoute
... method 0..1CodeableConceptMethod
... dose 0..1QuantityDose
... rate[x] 0..1Rate
.... rateRatioRatio
.... rateQuantityQuantity

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSDosage",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDosage",
  "version": "0.1.0",
  "name": "EHDSDosage",
  "title": "Dosage model",
  "status": "draft",
  "date": "2025-07-25T08:06:37+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Dosage",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDosage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSDosage",
        "path": "EHDSDosage",
        "short": "Dosage model",
        "definition": "EHDS refined base model for Dosage",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSDosage.dosageDescription",
        "path": "EHDSDosage.dosageDescription",
        "short": "Dosage description",
        "definition": "Free text dosage instructions.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDosage.dosageDescription",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSDosage.site",
        "path": "EHDSDosage.site",
        "short": "Site",
        "definition": "Body site administered to.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDosage.site",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDosage.route",
        "path": "EHDSDosage.route",
        "short": "Route",
        "definition": "Path of substance into body.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDosage.route",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDosage.method",
        "path": "EHDSDosage.method",
        "short": "Method",
        "definition": "How drug was administered.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDosage.method",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDosage.dose",
        "path": "EHDSDosage.dose",
        "short": "Dose",
        "definition": "Amount of medication per dose.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDosage.dose",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "EHDSDosage.rate[x]",
        "path": "EHDSDosage.rate[x]",
        "short": "Rate",
        "definition": "Dose quantity per unit of time.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDosage.rate[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Ratio"
          },
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSDosage",
        "path": "EHDSDosage",
        "short": "Dosage model",
        "definition": "EHDS refined base model for Dosage"
      },
      {
        "id": "EHDSDosage.dosageDescription",
        "path": "EHDSDosage.dosageDescription",
        "short": "Dosage description",
        "definition": "Free text dosage instructions.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSDosage.site",
        "path": "EHDSDosage.site",
        "short": "Site",
        "definition": "Body site administered to.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDosage.route",
        "path": "EHDSDosage.route",
        "short": "Route",
        "definition": "Path of substance into body.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDosage.method",
        "path": "EHDSDosage.method",
        "short": "Method",
        "definition": "How drug was administered.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDosage.dose",
        "path": "EHDSDosage.dose",
        "short": "Dose",
        "definition": "Amount of medication per dose.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "EHDSDosage.rate[x]",
        "path": "EHDSDosage.rate[x]",
        "short": "Rate",
        "definition": "Dose quantity per unit of time.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          },
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}