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

FHIR IG Statistics: StructureDefinition/EHDSSubstance

Packagehl7.fhir.eu.imaging-manifest-r5
Resource TypeStructureDefinition
IdEHDSSubstance
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-manifest-r5/https://build.fhir.org/ig/hl7-eu/imaging-manifest/StructureDefinition-EHDSSubstance.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSSubstance
Version0.1.0
Statusdraft
Date2025-03-21T08:17:12+00:00
NameEHDSSubstance
TitleSubstance model
Realmeu
Authorityhl7
DescriptionC.28 - EHDS refined base model for Substance
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSSubstance
Kindlogical

Resources that use this resource

ConceptMap
EHDSSubstanceMapEHDSSubstance Mapping
EHDSSubstanceMapEHDSSubstance Mapping
StructureDefinition
EHDSSpecimenSpecimen model
EHDSSubstanceSubstance model

Resources that this resource uses

StructureDefinition
EHDSSubstanceSubstance model

Narrative

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

Generated Narrative: StructureDefinition EHDSSubstance

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSSubstance 0..*BaseSubstance model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierC.28.1 - Identifier
... code 0..*CodeableConceptC.28.2 - Code
Binding Description: (preferred): SNOMED CT
... description 0..1stringC.28.3 - Description
... expiry 0..1dateTimeC.28.4 - Expiry
... quantity 0..1QuantityC.28.5 - Quantity
... ingredients 0..*BaseC.28.6 - Ingredients
.... quantity 0..1RatioC.28.6.1 - Quantity
.... substance 1..1Reference(Substance model)C.28.6.2 - Substance

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSSubstance",
  "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/EHDSSubstance",
  "version": "0.1.0",
  "name": "EHDSSubstance",
  "title": "Substance model",
  "status": "draft",
  "date": "2025-03-21T08:17:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "C.28 - EHDS refined base model for Substance",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "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/EHDSSubstance",
  "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": "EHDSSubstance",
        "path": "EHDSSubstance",
        "short": "Substance model",
        "definition": "C.28 - EHDS refined base model for Substance",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSSubstance.identifier",
        "path": "EHDSSubstance.identifier",
        "short": "C.28.1 - Identifier",
        "definition": "Unique identifier for the substance. For an instance, an identifier associated with the package/container (usually a label affixed directly).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSSubstance.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSSubstance.code",
        "path": "EHDSSubstance.code",
        "short": "C.28.2 - Code",
        "definition": "A code (or set of codes) that identify this substance.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSSubstance.code",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSSubstance.description",
        "path": "EHDSSubstance.description",
        "short": "C.28.3 - Description",
        "definition": "A description of the substance - its appearance, handling requirements, and other usage notes.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSSubstance.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSSubstance.expiry",
        "path": "EHDSSubstance.expiry",
        "short": "C.28.4 - Expiry",
        "definition": "When the substance is no longer valid to use.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSSubstance.expiry",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSSubstance.quantity",
        "path": "EHDSSubstance.quantity",
        "short": "C.28.5 - Quantity",
        "definition": "The amount of the substance.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSSubstance.quantity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "EHDSSubstance.ingredients",
        "path": "EHDSSubstance.ingredients",
        "short": "C.28.6 - Ingredients",
        "definition": "Composition information about the substance",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSSubstance.ingredients",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSSubstance.ingredients.quantity",
        "path": "EHDSSubstance.ingredients.quantity",
        "short": "C.28.6.1 - Quantity",
        "definition": "The amount of the ingredient in the substance - a concentration ratio.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSSubstance.ingredients.quantity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Ratio"
          }
        ]
      },
      {
        "id": "EHDSSubstance.ingredients.substance",
        "path": "EHDSSubstance.ingredients.substance",
        "short": "C.28.6.2 - Substance",
        "definition": "Another substance that is a component of this substance.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSSubstance.ingredients.substance",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSSubstance"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSSubstance",
        "path": "EHDSSubstance",
        "short": "Substance model",
        "definition": "C.28 - EHDS refined base model for Substance"
      },
      {
        "id": "EHDSSubstance.identifier",
        "path": "EHDSSubstance.identifier",
        "short": "C.28.1 - Identifier",
        "definition": "Unique identifier for the substance. For an instance, an identifier associated with the package/container (usually a label affixed directly).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSSubstance.code",
        "path": "EHDSSubstance.code",
        "short": "C.28.2 - Code",
        "definition": "A code (or set of codes) that identify this substance.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSSubstance.description",
        "path": "EHDSSubstance.description",
        "short": "C.28.3 - Description",
        "definition": "A description of the substance - its appearance, handling requirements, and other usage notes.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSSubstance.expiry",
        "path": "EHDSSubstance.expiry",
        "short": "C.28.4 - Expiry",
        "definition": "When the substance is no longer valid to use. ",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSSubstance.quantity",
        "path": "EHDSSubstance.quantity",
        "short": "C.28.5 - Quantity",
        "definition": "The amount of the substance.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "EHDSSubstance.ingredients",
        "path": "EHDSSubstance.ingredients",
        "short": "C.28.6 - Ingredients",
        "definition": "Composition information about the substance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSSubstance.ingredients.quantity",
        "path": "EHDSSubstance.ingredients.quantity",
        "short": "C.28.6.1 - Quantity",
        "definition": "The amount of the ingredient in the substance - a concentration ratio.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          }
        ]
      },
      {
        "id": "EHDSSubstance.ingredients.substance",
        "path": "EHDSSubstance.ingredients.substance",
        "short": "C.28.6.2 - Substance",
        "definition": "Another substance that is a component of this substance.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSSubstance"
            ]
          }
        ]
      }
    ]
  }
}