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

FHIR IG analytics

Packagetelus.dw.emr.extract
Resource TypeStructureDefinition
IdRosterStatus.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=telus.dw.emr.extract@1.0.0&canonical=https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-RosterStatus
URLhttps://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-RosterStatus
Statusdraft
Date2024-05-03T22:11:40.4165223+00:00
NameRosterStatus
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DwPatientDwPatient

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-RosterStatus",
  "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-RosterStatus",
  "name": "RosterStatus",
  "status": "draft",
  "date": "2024-05-03T22:11:40.4165223+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "RosterStatus",
        "definition": "This element will provide the appropriate enrollment/roster status for the patient. In some provinces this may be boolean.  In others this will be represented as CodeableConcept e.g. Ontario.",
        "max": "1",
        "mustSupport": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-RosterStatus"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}