ExtensionAddressDistrict (MY Core)
Defining URL | http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core |
version | 1.0.0 |
Name | ExtensionAddressDistrictMyCore |
Title | ExtensionAddressDistrict (MY Core) |
Status | Active as of 11-3-2022 |
Publisher | Malaysia MOH - HIE Steering Committee |
Copyright | Used by permission of HL7 International, all rights reserved Creative Commons License |
Context of Use
This extension may be used on the following element(s):
Extension | |
Definition | Optional Extension Element - found in all resources. |
Cardinality | 0...* |
Invariants |
|
Mappings |
|
Extension.id | |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Cardinality | 0...1 |
Type | string |
Mappings |
|
Extension.extension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Cardinality | 0...* |
Type | Extension |
Alias | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Slicing | Unordered, Open, by url(Value) |
Invariants |
|
Mappings |
|
Extension.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Cardinality | 1...1 |
Type | uri |
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. |
Fixed Value | http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core |
Mappings |
|
Extension.value[x] | |
Definition | Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list). |
Cardinality | 0...1 |
Type | CodeableConcept |
Binding | ValueSetDistrictMyCore (required) |
Invariants |
|
Mappings |
|
Example
<StructureDefinition xmlns="http://hl7.org/fhir"> <id value="address-district-my-core" /> <meta> <lastUpdated value="2024-01-31T07:46:54.1598377+08:00" /> </meta> <url value="http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core" /> <version value="1.0.0" /> <name value="ExtensionAddressDistrictMyCore" /> <title value="ExtensionAddressDistrict (MY Core)" /> <status value="active" /> <date value="2024-02-12T04:04:09.5621857+00:00" /> <publisher value="Malaysia MOH - HIE Steering Committee" /> <description value="Extension to store district address in the form of a Codeable Concept" /> <fhirVersion value="4.0.1" /> <kind value="complex-type" /> <abstract value="false" /> <context> <type value="element" /> <expression value="Address" /> </context> <context> <type value="element" /> <expression value="Schedule" /> </context> <type value="Extension" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> <derivation value="constraint" /> <differential> <element id="Extension.url"> <path value="Extension.url" /> <fixedUri value="http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core" /> </element> <element id="Extension.value[x]"> <path value="Extension.value[x]" /> <type> <code value="CodeableConcept" /> </type> <binding> <strength value="required" /> <valueSet value="http://fhir.hie.moh.gov.my/ValueSet/district-my-core" /> </binding> </element> </differential> </StructureDefinition>
{ "resourceType": "StructureDefinition", "id": "address-district-my-core", "meta": { "lastUpdated": "2024-01-31T07:46:54.1598377+08:00" }, "url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core", "version": "1.0.0", "name": "ExtensionAddressDistrictMyCore", "title": "ExtensionAddressDistrict (MY Core)", "status": "active", "date": "2024-02-12T04:04:09.5621857+00:00", "publisher": "Malaysia MOH - HIE Steering Committee", "description": "Extension to store district address in the form of a Codeable Concept", "fhirVersion": "4.0.1", "kind": "complex-type", "abstract": false, "context": [ { "type": "element", "expression": "Address" }, { "type": "element", "expression": "Schedule" } ], "type": "Extension", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", "derivation": "constraint", "differential": { "element": [ { "id": "Extension.url", "path": "Extension.url", "fixedUri": "http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core" }, { "id": "Extension.value[x]", "path": "Extension.value[x]", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/district-my-core" } } ] } }
Formal Views of Profile Content
Snapshot
Extension | I | Extension | There are no (further) constraints on this element Element idExtension Optional Extensions Element DefinitionOptional Extension Element - found in all resources.
| |
id | 0..1 | string | There are no (further) constraints on this element Element idExtension.id Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
| |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idExtension.extension Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
url | 1..1 | uriFixed Value | Element idExtension.url identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. 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. http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core
| |
value[x] | 0..1 | Binding | Element idExtension.value[x] Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). ValueSetDistrictMyCore (required) Constraints
| |
valueCodeableConcept | CodeableConcept | Data type |
Diff
Extension | I | Extension | There are no (further) constraints on this element Element idExtension Optional Extensions Element DefinitionOptional Extension Element - found in all resources.
| |
id | 0..1 | string | There are no (further) constraints on this element Element idExtension.id Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
| |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idExtension.extension Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
url | 1..1 | uriFixed Value | Element idExtension.url identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. 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. http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core
| |
value[x] | 0..1 | Binding | Element idExtension.value[x] Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). ValueSetDistrictMyCore (required) Constraints
| |
valueCodeableConcept | CodeableConcept | Data type |
Hybrid
Extension | I | Extension | There are no (further) constraints on this element Element idExtension Optional Extensions Element DefinitionOptional Extension Element - found in all resources.
| |
id | 0..1 | string | There are no (further) constraints on this element Element idExtension.id Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
| |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idExtension.extension Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
url | 1..1 | uriFixed Value | Element idExtension.url identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. 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. http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core
| |
value[x] | 0..1 | Binding | Element idExtension.value[x] Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). ValueSetDistrictMyCore (required) Constraints
| |
valueCodeableConcept | CodeableConcept | Data type |
Terminology Bindings
Path | Conformance | ValueSet |
---|---|---|
Extension.value[x].coding | extensible | ValueSetDistrictMyCore |