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

FHIR IG analytics

Packagetelus.dw.emr.extract
Resource TypeStructureDefinition
IdAppointmentEMRCustomStatus.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-AppointmentEMRCustomStatus
URLhttps://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-AppointmentEMRCustomStatus
Statusdraft
Date2024-05-03T22:11:40.4165223+00:00
NameAppointmentEMRCustomStatus
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DwAppointmentDwAppointment

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-AppointmentEMRCustomStatus",
  "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-AppointmentEMRCustomStatus",
  "name": "AppointmentEMRCustomStatus",
  "status": "draft",
  "date": "2024-05-03T22:11:40.4165223+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Appointment"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-AppointmentEMRCustomStatus"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "comment": "This extension will provide the EMR appointment status values.",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}