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

FHIR IG Statistics: StructureDefinition/profile-ext-isSupply.StructureDefinition

Packagepharmacyeclaim.two
Resource TypeStructureDefinition
Idprofile-ext-isSupply.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/fhir/StructureDefinition/profile/ext-IsSupply
URLhttp://pharmacyeclaims.ca/fhir/StructureDefinition/profile/ext-IsSupply
Statusdraft
NameIsSupply
DescriptionThis indicates that the ingredient is a supply that are used in making the compound, eg sticks, paper, mixing pads, etc
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


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",
  "url": "http://pharmacyeclaims.ca/fhir/StructureDefinition/profile/ext-IsSupply",
  "name": "IsSupply",
  "status": "draft",
  "description": "This indicates that the ingredient is a supply that are used in making the compound, eg sticks, paper, mixing pads, etc",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "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/StructureDefinition/profile/ext-IsSupply"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}