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

FHIR IG Statistics: StructureDefinition/ext-AuthQuantityBasedOnUnit.StructureDefinition

Packagepharmacyeclaim.two
Resource TypeStructureDefinition
Idext-AuthQuantityBasedOnUnit.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/Ext-AuthQuantityBasedOnUnit
URLhttp://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/Ext-AuthQuantityBasedOnUnit
Statusdraft
NameExtAuthQuantityBasedOnStrength
TitleDELETE
DescriptionOn the claim response, used to accurately express the remaining quantity on the authorization is based upon. In order for it to be accurate, the unit and the strength for which the quantity is based on must also be expressed. For example, a quantity of 30 pills may be calculating using a strength of 10mg. This would be the equivalent of 60 pills based on 5mg so it is necessary to convey the strength in order to understand how the quantity was calculated.
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/v1.0/StructureDefinition/Ext-AuthQuantityBasedOnUnit",
  "name": "ExtAuthQuantityBasedOnStrength",
  "title": "DELETE",
  "status": "draft",
  "description": "On the claim response, used to accurately express the remaining quantity on the authorization is based upon.    In order for it to be accurate, the unit and the strength for which the quantity is based on must also be expressed.   For example,  a quantity of 30 pills may be calculating using a strength of 10mg.    This would be the equivalent of 60 pills based on 5mg so it is necessary to convey the strength in order to understand how the quantity was calculated.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ClaimResponse.item.adjudication"
    }
  ],
  "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-AuthQuantityBasedOnUnit"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}