Geschlecht
Folgende Extensions werden im Kontext der Abbildung eines Administrativen Geschlechts definiert:
Name: Extension-address-ags (Simplifier Projekt Link)
Beschreibung: 
Canonical: http://fhir.de/StructureDefinition/gender-amtlich-de
Kontext: 
| Patient.gender | 
| RelatedPerson.gender | 
| Person.gender | 
| Practitioner.gender | 
| Patient.contact.gender | 
| Extension |  | 0..* | Extension | There are no (further) constraints on this elementElement IdShort description Optional Extensions ElementDefinition Data TypeOptional Extension Element - found in all resources.ExtensionConstraints Mappingsele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())ext-1:Must have either extensions or value[x], not both
 extension.exists() != value.exists()
 | 
| url |  | 1..1 | System.StringFixed Value | Element IdShort description identifies the meaning of the extensionDefinition CommentsSource of the definition for the extension code - a logical name or a URL.Data TypeThe definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.System.StringFixed Value 
Mappingshttp://fhir.de/StructureDefinition/gender-amtlich-de | 
| value[x] |  | 1..1 | Binding | Element IdShort description Value of extensionDefinition CommentsValue of extension - must be one of a constrained set of the data types (see Extensibility for a list).BindingA stream of bytes, base64 encodedGenderAmtlichDE (required)Constraints Mappingsele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
 | 
| valueCoding |  |  | Coding | Data Type Coding | 
Hinweise: n/A
Beispiel:
<extension url="http://fhir.de/StructureDefinition/gender-amtlich-de" >
    <valueCoding>
        <system value="http://fhir.de/CodeSystem/gender-amtlich-de" />
        <value value="D" />
        <display value="divers" />
    </valueCoding>
</extension>