| Patient Administration Work Group | Maturity Level: 1 | Informative | Use Context: Any | 
URL for this extension:
http://hl7.org/fhir/StructureDefinition/patient-proficiency
Status: draft. Extension maintained by: HL7
Proficiency level of the communication.
Context of Use: Use on Element ID Patient.communication
Summary
| Name | Flags | Card. | Type | Description & Constraints![]()  | 
|---|---|---|---|---|
![]()  | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-proficiency proficiency: Proficiency level of the communication. Use on Element ID Patient.communication  | |
![]() ![]()  | 0..1 | Coding | How well the patient can communicate this communication (good, poor, etc.). | |
![]() ![]()  | 0..* | Coding | What type of communication for the proficiency (spoken, written, etc.). | |
  Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints![]()  | 
|---|---|---|---|---|
![]()  | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-proficiency proficiency: Proficiency level of the communication. Use on Element ID Patient.communication  | |
![]() ![]()  | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url  | |
![]() ![]()  | 0..1 | Extension | The proficiency level of the communication | |
![]() ![]() ![]()  | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]()  | 0..0 | |||
![]() ![]() ![]()  | 1..1 | uri | "level" | |
![]() ![]() ![]()  | 1..1 | Coding | Value of extension Binding: LanguageAbilityProficiency (preferred): The proficiency level for the communication.  | |
![]() ![]()  | 0..* | Extension | The proficiency type of the communication | |
![]() ![]() ![]()  | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]()  | 0..0 | |||
![]() ![]() ![]()  | 1..1 | uri | "type" | |
![]() ![]() ![]()  | 1..1 | Coding | Value of extension Binding: LanguageAbilityMode (preferred): The proficiency type for the communication.  | |
![]() ![]()  | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/patient-proficiency" | |
![]() ![]()  | 0..0 | |||
![]() ![]() ![]()  | base64Binary | |||
![]() ![]() ![]()  | boolean | |||
![]() ![]() ![]()  | canonical(Any) | |||
![]() ![]() ![]()  | code | |||
![]() ![]() ![]()  | date | |||
![]() ![]() ![]()  | dateTime | |||
![]() ![]() ![]()  | decimal | |||
![]() ![]() ![]()  | id | |||
![]() ![]() ![]()  | instant | |||
![]() ![]() ![]()  | integer | |||
![]() ![]() ![]()  | markdown | |||
![]() ![]() ![]()  | oid | |||
![]() ![]() ![]()  | positiveInt | |||
![]() ![]() ![]()  | string | |||
![]() ![]() ![]()  | time | |||
![]() ![]() ![]()  | unsignedInt | |||
![]() ![]() ![]()  | uri | |||
![]() ![]() ![]()  | url | |||
![]() ![]() ![]()  | uuid | |||
![]() ![]() ![]()  | Address | |||
![]() ![]() ![]()  | Age | |||
![]() ![]() ![]()  | Annotation | |||
![]() ![]() ![]()  | Attachment | |||
![]() ![]() ![]()  | CodeableConcept | |||
![]() ![]() ![]()  | CodeableReference | |||
![]() ![]() ![]()  | Coding | |||
![]() ![]() ![]()  | ContactPoint | |||
![]() ![]() ![]()  | Count | |||
![]() ![]() ![]()  | Distance | |||
![]() ![]() ![]()  | Duration | |||
![]() ![]() ![]()  | HumanName | |||
![]() ![]() ![]()  | Identifier | |||
![]() ![]() ![]()  | Money | |||
![]() ![]() ![]()  | Period | |||
![]() ![]() ![]()  | Quantity | |||
![]() ![]() ![]()  | Range | |||
![]() ![]() ![]()  | Ratio | |||
![]() ![]() ![]()  | RatioRange | |||
![]() ![]() ![]()  | Reference(Any) | |||
![]() ![]() ![]()  | SampledData | |||
![]() ![]() ![]()  | Signature | |||
![]() ![]() ![]()  | Timing | |||
![]() ![]() ![]()  | ContactDetail | |||
![]() ![]() ![]()  | Contributor | |||
![]() ![]() ![]()  | DataRequirement | |||
![]() ![]() ![]()  | Expression | |||
![]() ![]() ![]()  | ParameterDefinition | |||
![]() ![]() ![]()  | RelatedArtifact | |||
![]() ![]() ![]()  | TriggerDefinition | |||
![]() ![]() ![]()  | UsageContext | |||
![]() ![]() ![]()  | Dosage | |||
  Documentation for this format | ||||
XML Template
<!-- proficiency --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/patient-proficiency" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="level">
0..1 Extension <!--
0..1 The proficiency level of the communication --> <valueCoding><!--
1..1 Coding Value of extension --></valueCoding> </extension> <extension url="type">
0..* Extension <!--
0..* The proficiency type of the communication --> <valueCoding><!--
1..1 Coding Value of extension --></valueCoding> </extension> </extension>
JSON Template
{ // proficiency
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // The proficiency level of the communication // C?
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "level", // R! 
        "valueCoding" : { Coding } // C? R! Value of extension
      },
      { // The proficiency type of the communication // C?
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "type", // R! 
        "valueCoding" : { Coding } // C? R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-proficiency", // R! 
// value[x]: Value of extension. One of these 51:
  }
 Summary
| Name | Flags | Card. | Type | Description & Constraints![]()  | 
|---|---|---|---|---|
![]()  | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-proficiency proficiency: Proficiency level of the communication. Use on Element ID Patient.communication  | |
![]() ![]()  | 0..1 | Coding | How well the patient can communicate this communication (good, poor, etc.). | |
![]() ![]()  | 0..* | Coding | What type of communication for the proficiency (spoken, written, etc.). | |
  Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints![]()  | 
|---|---|---|---|---|
![]()  | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-proficiency proficiency: Proficiency level of the communication. Use on Element ID Patient.communication  | |
![]() ![]()  | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url  | |
![]() ![]()  | 0..1 | Extension | The proficiency level of the communication | |
![]() ![]() ![]()  | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]()  | 0..0 | |||
![]() ![]() ![]()  | 1..1 | uri | "level" | |
![]() ![]() ![]()  | 1..1 | Coding | Value of extension Binding: LanguageAbilityProficiency (preferred): The proficiency level for the communication.  | |
![]() ![]()  | 0..* | Extension | The proficiency type of the communication | |
![]() ![]() ![]()  | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]()  | 0..0 | |||
![]() ![]() ![]()  | 1..1 | uri | "type" | |
![]() ![]() ![]()  | 1..1 | Coding | Value of extension Binding: LanguageAbilityMode (preferred): The proficiency type for the communication.  | |
![]() ![]()  | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/patient-proficiency" | |
![]() ![]()  | 0..0 | |||
![]() ![]() ![]()  | base64Binary | |||
![]() ![]() ![]()  | boolean | |||
![]() ![]() ![]()  | canonical(Any) | |||
![]() ![]() ![]()  | code | |||
![]() ![]() ![]()  | date | |||
![]() ![]() ![]()  | dateTime | |||
![]() ![]() ![]()  | decimal | |||
![]() ![]() ![]()  | id | |||
![]() ![]() ![]()  | instant | |||
![]() ![]() ![]()  | integer | |||
![]() ![]() ![]()  | markdown | |||
![]() ![]() ![]()  | oid | |||
![]() ![]() ![]()  | positiveInt | |||
![]() ![]() ![]()  | string | |||
![]() ![]() ![]()  | time | |||
![]() ![]() ![]()  | unsignedInt | |||
![]() ![]() ![]()  | uri | |||
![]() ![]() ![]()  | url | |||
![]() ![]() ![]()  | uuid | |||
![]() ![]() ![]()  | Address | |||
![]() ![]() ![]()  | Age | |||
![]() ![]() ![]()  | Annotation | |||
![]() ![]() ![]()  | Attachment | |||
![]() ![]() ![]()  | CodeableConcept | |||
![]() ![]() ![]()  | CodeableReference | |||
![]() ![]() ![]()  | Coding | |||
![]() ![]() ![]()  | ContactPoint | |||
![]() ![]() ![]()  | Count | |||
![]() ![]() ![]()  | Distance | |||
![]() ![]() ![]()  | Duration | |||
![]() ![]() ![]()  | HumanName | |||
![]() ![]() ![]()  | Identifier | |||
![]() ![]() ![]()  | Money | |||
![]() ![]() ![]()  | Period | |||
![]() ![]() ![]()  | Quantity | |||
![]() ![]() ![]()  | Range | |||
![]() ![]() ![]()  | Ratio | |||
![]() ![]() ![]()  | RatioRange | |||
![]() ![]() ![]()  | Reference(Any) | |||
![]() ![]() ![]()  | SampledData | |||
![]() ![]() ![]()  | Signature | |||
![]() ![]() ![]()  | Timing | |||
![]() ![]() ![]()  | ContactDetail | |||
![]() ![]() ![]()  | Contributor | |||
![]() ![]() ![]()  | DataRequirement | |||
![]() ![]() ![]()  | Expression | |||
![]() ![]() ![]()  | ParameterDefinition | |||
![]() ![]() ![]()  | RelatedArtifact | |||
![]() ![]() ![]()  | TriggerDefinition | |||
![]() ![]() ![]()  | UsageContext | |||
![]() ![]() ![]()  | Dosage | |||
  Documentation for this format | ||||
XML Template
<!-- proficiency --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/patient-proficiency" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="level">
0..1 Extension <!--
0..1 The proficiency level of the communication --> <valueCoding><!--
1..1 Coding Value of extension --></valueCoding> </extension> <extension url="type">
0..* Extension <!--
0..* The proficiency type of the communication --> <valueCoding><!--
1..1 Coding Value of extension --></valueCoding> </extension> </extension>
JSON Template
{ // proficiency
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // The proficiency level of the communication // C?
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "level", // R! 
        "valueCoding" : { Coding } // C? R! Value of extension
      },
      { // The proficiency type of the communication // C?
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "type", // R! 
        "valueCoding" : { Coding } // C? R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-proficiency", // R! 
// value[x]: Value of extension. One of these 51:
  }
 
Constraints