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

FHIR IG Statistics: StructureDefinition/86ca3e18-4c03-4b2a-9b6f-703374b5b482

Packageca.on.phsd.r4-alpha
Resource TypeStructureDefinition
Id86ca3e18-4c03-4b2a-9b6f-703374b5b482
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-language
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-language
Version1.0.0
Statusdraft
Date2019-04-03T13:08:40.6249196+00:00
NameLanguage
TitleLanguage Extension
DescriptionLanguages understood or supported by Ontario clients, practitioners and organizations based on ISO639-3 standard. PPR ptoject: The extension is used for alias names (organization and location) and for languages understood or supported by location.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-phsd-location-response-profile-LocationLocation Response Profile
ca-on-phsd-location-submission-profile-LocationPHSD Location Submission
ca-on-phsd-organization-response-profile-OrganizationPHSD Organization Response
ca-on-phsd-organization-submission-profile-OrganizationPHSD Organization Submission

Resources that this resource uses

ValueSet
human-languageLanguage

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "86ca3e18-4c03-4b2a-9b6f-703374b5b482",
  "meta": {
    "lastUpdated": "2024-07-30T19:11:51.6946075+00:00"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-language",
  "version": "1.0.0",
  "name": "Language",
  "title": "Language Extension",
  "status": "draft",
  "date": "2019-04-03T13:08:40.6249196+00:00",
  "description": "Languages understood or supported by Ontario clients, practitioners and organizations based on ISO639-3 standard. \r\nPPR ptoject: The extension is used for alias names (organization and location) and for languages understood or supported by location.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Organization.alias"
    },
    {
      "type": "element",
      "expression": "Location.alias"
    },
    {
      "type": "element",
      "expression": "Location"
    },
    {
      "type": "element",
      "expression": "Organization"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/ValueSet/human-language"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "description": "Languages understood or supported by Ontario clients, practitioners and organizations. This value set represents the subset of all ISO living languages as of April 22, 2020.",
          "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
        }
      },
      {
        "id": "Extension.value[x].system",
        "path": "Extension.value[x].system",
        "min": 1,
        "fixedUri": "urn:ietf:bcp:47",
        "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
      }
    ]
  }
}