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

FHIR IG Statistics: StructureDefinition/ext-LanguageIndicator

Packagepharmacyeclaim.two
Resource TypeStructureDefinition
Idext-LanguageIndicator
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-LanguageIndicator
URLhttp://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-LanguageIndicator
Statusdraft
NameLanguageIndicator
TitleLanguageIndicator
DescriptionIndicates the language of the text
PurposeIndicates the language of the text
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-medication-dispenseMedicationDispense

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


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-LanguageIndicator",
  "url": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-LanguageIndicator",
  "name": "LanguageIndicator",
  "title": "LanguageIndicator",
  "status": "draft",
  "description": "Indicates the language of the text",
  "purpose": "Indicates the language of the text",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationDispense"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-LanguageIndicator"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "comment": "Usage Rule:  Set value = \"en\" for english, \"fr\" for french.   If unknown, do not specify",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}