Extension - Datentyp-Profil 'Address'
Folgende Extensions werden im Kontext des FHIR Datentyps 'Addresse' definiert:
Name: Extension-address-ags (Simplifier Projekt Link)
Beschreibung: 
Canonical: http://fhir.de/StructureDefinition/destatis/ags
Kontext: 
| 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/destatis/ags | 
| value[x] |  | 1..1 |  | 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).ConstraintsA stream of bytes, base64 encodedExamplesele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
AGS Hildesheim{
  "system": "http://fhir.de/sid/destatis/ags",
  "code": "03254021"
} Mappings
 | 
| system | Σ | 1..1 | uriFixed Value | Element Id Short descriptionExtension.value[x].systemIdentity of the terminology systemDefinition RequirementsThe identification of the code system that defines the meaning of the symbol in the code.CommentsNeed to be unambiguous about the source of the definition of the symbol.Data TypeThe URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...).  OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.uriConstraints Fixed Valueele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
Mappingshttp://fhir.de/sid/destatis/ags rim:n/av2:C*E.3rim:./codeSystemorim:fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
 | 
| version | Σ | 0..1 | string | There are no (further) constraints on this elementElement Id Short descriptionExtension.value[x].versionVersion of the system - if relevantDefinition CommentsThe version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.Data TypeWhere the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.stringConstraints Mappingsele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
rim:n/av2:C*E.7rim:./codeSystemVersionorim:fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
 | 
| code | Σ | 1..1 | code | Element IdShort description Symbol in syntax defined by the systemDefinition RequirementsA symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).CommentsNeed to refer to a particular code in the system.Data TypeNote that FHIR strings SHALL NOT exceed 1MB in sizecodeConstraints Mappingsele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())ags-extension-1:Der Amtliche Gemeindeschlüssel ist nummerisch und begrenzt auf acht Stellen
 $this.matches('[0-9]{8}')
rim:n/av2:C*E.1rim:./codeorim:fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
 | 
| display | Σ | 0..1 | string | There are no (further) constraints on this elementElement Id Short descriptionExtension.value[x].displayRepresentation defined by the systemDefinition RequirementsA representation of the meaning of the code in the system, following the rules of the system.CommentsNeed to be able to carry a human-readable meaning of the code for readers that do not know  the system.Data TypeNote that FHIR strings SHALL NOT exceed 1MB in sizestringConstraints Mappingsele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
rim:n/av2:C*E.2 - but note this is not well followedrim:CV.displayNameorim:fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
 | 
| userSelected | Σ | 0..1 | boolean | There are no (further) constraints on this elementElement Id Short descriptionExtension.value[x].userSelectedIf this coding was chosen directly by the userDefinition RequirementsIndicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).CommentsThis has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.Data TypeAmongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.booleanConstraints Mappingsele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
rim:n/av2:Sometimes implied by being firstrim:CD.codingRationaleorim:fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [     fhir:source "true";     fhir:target dt:CDCoding.codingRationale\#O   ]
 | 
| valueCoding |  |  | Coding | Data Type Coding | 
Hinweise: n/A
Beispiel:
<extension url="http://fhir.de/StructureDefinition/destatis/ags" >
    <valueCoding>
        <system value="http://fhir.de/NamingSystem/destatis/ags" />
        <value value="03254021" />
    </valueCoding>
</extension>