FHIR IG analytics| Package | ca.on.oh.mha-pds |
| Resource Type | StructureDefinition |
| Id | StructureDefinition.ca-on-mha-ext-nofixedaddress.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..1 | Extension | Extension | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress" | |
![]() ![]() | 1..1 | boolean | Value of extension Fixed Value: true | |
Documentation for this format | ||||
{
"resourceType": "StructureDefinition",
"id": "ext-nofixedaddress",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress",
"version": "0.1.0",
"name": "ExtensionNoFixedAddress",
"title": "Extension: No fixed address flag",
"status": "active",
"date": "2022-08-22T20:17:06.3613088+00:00",
"publisher": "HL7 Canada - FHIR Implementation Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
}
]
}
],
"description": "This extension applies to the Address datatype and indicates that there is an assertion that there is no fixed address.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Address"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"definition": "No Fixed Address indicator",
"comment": "An assertion that there is no fixed address",
"min": 0,
"max": "1",
"isModifier": false
},
{
"id": "Extension.url",
"path": "Extension.url",
"min": 1,
"max": "1",
"fixedUri": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress"
},
{
"id": "Extension.value[x]:valueBoolean",
"path": "Extension.value[x]",
"sliceName": "valueBoolean",
"definition": "Boolean flag representing an assertion",
"min": 1,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"fixedBoolean": true
}
]
}
}