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

FHIR IG Statistics: StructureDefinition/StructureDefinition.ca-on-mha-ext-ReferralSourceType

Packageca.on.oh.mha-pds
Resource TypeStructureDefinition
IdStructureDefinition.ca-on-mha-ext-ReferralSourceType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType
Version2.0.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameExtensionReferralSourceType
Authorityhl7
DescriptionThe type agency, organization or individual that referred the client for treatment to the agency providing the services.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-mha-servicerequestMHA ServiceRequest Profile
ca-on-mha-servicerequest-v2-draftMHA ServiceRequest Profile
ca-on-mha-profile-ServiceRequestMHA ServiceRequest Profile

Resources that this resource uses

ValueSet
referral-source-typeOrganization Referral Source

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType",
  "version": "2.0.0",
  "name": "ExtensionReferralSourceType",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "description": "The type agency, organization or individual that referred the client for treatment to the agency providing the services.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "MHA-PDS-Mapping",
      "name": "Referral Source Type"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest.requester"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Referral Source Type",
        "definition": "The type agency, organization or individual that referred the client for treatment to the agency providing the services .",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "The type of agency, organization or individual that referred the client for treatment to the agency providing the services",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/referral-source-type"
        }
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.system",
        "path": "Extension.value[x].coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.code",
        "path": "Extension.value[x].coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.display",
        "path": "Extension.value[x].coding.display",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "MHA-PDS-Mapping",
            "map": "Referral Source Type"
          }
        ]
      }
    ]
  }
}