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

FHIR IG analytics

Packagehl7.fhir.ca.baseline
Resource TypeStructureDefinition
Idstructuredefinition-ext-deceased.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.2.0&canonical=http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-deceased
URLhttp://hl7.org/fhir/ca/baseline/StructureDefinition/ext-deceased
Version0.3.1
Statusdraft
Date2024-08-09
NameExtensionDeceased
TitleExtension: Individual is deceased flag or date
Realmca
Authorityhl7
DescriptionThis extension indicates if the individual is deceased or not
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
hl7.fhir.ca.baseline#1.2.0profile-practitioner-registryPractitioner Profile (Provider Registry)

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-deceased",
  "url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-deceased",
  "version": "0.3.1",
  "name": "ExtensionDeceased",
  "title": "Extension: Individual is deceased flag or date",
  "status": "draft",
  "date": "2024-08-09",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
        }
      ]
    }
  ],
  "description": "This extension indicates if the individual is deceased or not",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Practitioner"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Deceased indicator - An assertion that an individual is deceased or not",
        "comment": "Implementers should recognize that the determination of whether this should be considered a modifierExtension is ongoing. Since Modifier Extensions should have extreme caution in their application and are further nuanced by the use cases in the implementing registry systems, this extension has been shifted back to a regular extension to align to use in existing implementations. Implementers who are considering using this extension in their guidance are required to review the [FHIR Guidance on Modifier Extensions])(https://www.hl7.org/fhir/R4/extensibility.html#modifierExtension) before including this extension in their profile. Implementers should also be aware of the Practitioner.deceased[x] R5 concept and that the CA Baseline is monitoring changes in the element to determine if the approach to this extension requires a shift.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "min": 1,
        "max": "1",
        "fixedUri": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-deceased"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "Boolean flag or date representing an assertion",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}