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

FHIR IG Statistics: StructureDefinition/DART-ext

Packageca.on.ehr.r4
Resource TypeStructureDefinition
IdDART-ext
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext
Statusactive
NameDART
Authoritynational
DescriptionDART stands for 'Dates Affecting Readiness to Treat' and is defined as: Periods of time between the Decision To Treat (DTT) and the Procedure Date when the patient is unavailable for a procedure due to patient-related reasons.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-serviceRequestServiceRequest EHR
CA-eReC-ServiceRequestServiceRequest

Resources that this resource uses

ValueSet
DARC-DART-reasonDARC and DART Reasons

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "DART-ext",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext",
  "name": "DART",
  "status": "active",
  "description": "DART stands for 'Dates Affecting Readiness to Treat' and is defined as:\r\nPeriods of time between the Decision To Treat (DTT) and the Procedure Date when the patient is unavailable for a procedure due to patient-related reasons.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "DART stands for 'Dates Affecting Readiness to Treat' and is defined as:\r\nPeriods of time between the Decision To Treat (DTT) and the Procedure Date when the patient is unavailable for a procedure due to patient-related reasons."
      },
      {
        "id": "Extension.extension:StartDate",
        "path": "Extension.extension",
        "sliceName": "StartDate",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:StartDate.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:StartDate.url",
        "path": "Extension.extension.url",
        "fixedUri": "StartDate"
      },
      {
        "id": "Extension.extension:StartDate.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Extension.extension:EndDate",
        "path": "Extension.extension",
        "sliceName": "EndDate",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:EndDate.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:EndDate.url",
        "path": "Extension.extension.url",
        "fixedUri": "EndDate"
      },
      {
        "id": "Extension.extension:EndDate.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Extension.extension:DARTCodes",
        "path": "Extension.extension",
        "sliceName": "DARTCodes",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:DARTCodes.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:DARTCodes.url",
        "path": "Extension.extension.url",
        "fixedUri": "DARTCodes"
      },
      {
        "id": "Extension.extension:DARTCodes.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/DARC-DART-reason"
        }
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "label": "To Date",
        "max": "0"
      }
    ]
  }
}