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

FHIR IG Statistics: StructureDefinition/ext-ingredient-percentage-total-cost

Packagepharmacyeclaim.two
Resource TypeStructureDefinition
Idext-ingredient-percentage-total-cost
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ingredient-percentage-total-cost
URLhttp://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ingredient-percentage-total-cost
Statusdraft
NameIngredientPercentageTotalCost
TitleIngredient Percentage Total Cost
DescriptionExtension provides the ability to share the percentage total cost of an ingredient within a compound
PurposeExtension provides the ability to share the percentage total cost of an ingredient within a compound which provides more granular data
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-medicationMedication

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-ingredient-percentage-total-cost",
  "url": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ingredient-percentage-total-cost",
  "name": "IngredientPercentageTotalCost",
  "title": "Ingredient Percentage Total Cost",
  "status": "draft",
  "description": "Extension provides the ability to share the percentage total cost of an ingredient within a compound",
  "purpose": "Extension provides the ability to share the percentage total cost of an ingredient within a compound which provides more granular data",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication.ingredient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ingredient-percentage-total-cost"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}