FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagepharmacyeclaim.trial
Resource TypeStructureDefinition
Idext-DateForCarrierTotals-out.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.trial@1.0.0-trial-preview&canonical=http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-date-carrier-totals
URLhttp://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-date-carrier-totals
Statusdraft
NameDateForCarrierTotals
TitleDateForCarrierTotals
DescriptionWhen totals are returned by carrier this allows sorting by date
PurposeWhen totals are returned by carrier this allows sorting by date
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-parameters-daily-totals-OUTDailyTotalsOUTParameters

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


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ext-date-carrier-totals",
  "url": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-date-carrier-totals",
  "name": "DateForCarrierTotals",
  "title": "DateForCarrierTotals",
  "status": "draft",
  "description": "When totals are returned by carrier this allows sorting by date",
  "purpose": "When totals are returned by carrier this allows sorting by date",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Parameters.parameter"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-date-carrier-totals"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}