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

FHIR IG Statistics: StructureDefinition/human-language.StructureDefinition.xml

Packageca.on.oh-cms
TypeStructureDefinition
Idhuman-language.StructureDefinition.xml
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-cms@1.0.2-alpha1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language
URLhttp://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language
Version1.0.0
Statusdraft
NameHumanLanguage
DescriptionThe language of other names supported in Organization and Location resources. The Language Code shall be drawn from the urn:ietf:bcp:47 such as "eg" for English, "fr" for French.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-cms-profile-OrganizationCMSOrganization
ca-on-cms-profile-LocationCMSLocation

Resources that this resource uses

ValueSet
human-languageLanguage

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language",
  "version": "1.0.0",
  "name": "HumanLanguage",
  "status": "draft",
  "description": "The language of other names supported in Organization and Location resources. The Language Code shall be drawn from the urn:ietf:bcp:47 such as \"eg\" for English, \"fr\" for French.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Organization.alias"
    },
    {
      "type": "element",
      "expression": "Location.alias"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "extensible",
          "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"
      },
      {
        "id": "Extension.value[x].code",
        "path": "Extension.value[x].code",
        "min": 1
      },
      {
        "id": "Extension.value[x].display",
        "path": "Extension.value[x].display",
        "min": 1
      }
    ]
  }
}