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 element Element IdShort description Optional Extensions Element Definition Optional Extension Element - found in all resources.
Data Type Extension Constraints- ele-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()
Mappings |
url | | 1..1 | System.StringFixed Value | Element IdShort description identifies the meaning of the extension Definition Source of the definition for the extension code - a logical name or a URL.
Comments The 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.
Data Type System.String Fixed Value
http://fhir.de/StructureDefinition/gender-amtlich-de Mappings |
value[x] | | 1..1 | Binding | Element IdShort description Value of extension Definition Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).
Comments A stream of bytes, base64 encoded
Binding GenderAmtlichDE (required) Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
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>