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

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeStructureDefinition
IdStructureDefinition.ca-on-mha-ext-DataAbsentReason.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mha.pds@2.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason
Version1.0.0
Statusactive
NameMHADataAbsentReason
TitleMHAPatientDataAbsentReason
DescriptionThis extension supports data absent reason for MHA submission for patient health card and postal code. As mandated by PDS, data absent reason must be provided when health card and postal code are not present.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca.on.oh.mha.pds#2.0.0-alpha-preview-0.1ca-on-mha-profile-PatientMHA Patient Profile

Resources that this resource uses

ValueSet
ca.on.oh.erec#0.12.0-projectathon1.0.2no-health-card-number-reasonNo Health Card Number Reason
ca.on.mha.pds#2.0.0-snapshot10postal-code-data-absent-reasonPatient Data Absent Reason Code

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-ext-postal-code-data-absent-reason",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason",
  "version": "1.0.0",
  "name": "MHADataAbsentReason",
  "title": "MHAPatientDataAbsentReason",
  "status": "active",
  "description": "This extension supports data absent reason for MHA submission for patient health card and postal code. As mandated by PDS, data absent reason must be provided when health card and postal code are not present.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient.identifier"
    },
    {
      "type": "element",
      "expression": "Patient.address.postalCode"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "comment": "This is the main binding for the extension. Implementer should follow the additional binding defined to use proper codes for each use case. If this extension is provided for \"no health card reason\", the \"no health card reason\" value set in the additional binding SHALL be followed. If it is provided for \"no postal code reason\", then \"PostalCodeDataAbsentReason\" value set in the addtional binding SHALL be followed.",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "mustSupport": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
              "extension": [
                {
                  "url": "purpose",
                  "valueCode": "candidate"
                },
                {
                  "url": "valueSet",
                  "valueCanonical": "http://ontariohealth.ca/fhir/ValueSet/no-health-card-number-reason"
                },
                {
                  "url": "documentation",
                  "valueMarkdown": "Reason for no health card number"
                },
                {
                  "url": "key",
                  "valueId": "NoHealthCardNumberReason"
                }
              ]
            },
            {
              "url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
              "extension": [
                {
                  "url": "purpose",
                  "valueCode": "candidate"
                },
                {
                  "url": "valueSet",
                  "valueCanonical": "http://ontariohealth.ca/fhir/ValueSet/postal-code-data-absent-reason"
                },
                {
                  "url": "documentation",
                  "valueMarkdown": "Codes representing why the data is absent for postal code"
                },
                {
                  "url": "key",
                  "valueId": "PostalCodeDataAbsentReason"
                }
              ]
            }
          ],
          "strength": "preferred",
          "description": "Provides a reason why the expected value or elements in the element that is extended are missing.",
          "valueSet": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
        }
      },
      {
        "id": "Extension.value[x].system",
        "path": "Extension.value[x].system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].code",
        "path": "Extension.value[x].code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].display",
        "path": "Extension.value[x].display",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}