FHIR IG analytics| Package | signal.core.r4 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-extention-no-fixed-address.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 | No fixed address indicator | |
![]() ![]() | 1..1 | uri | "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address" | |
![]() ![]() | 1..1 | boolean | Value of extension | |
![]() ![]() | 1..1 | boolean | Indicator of no fixed address Fixed Value: true | |
{
"resourceType": "StructureDefinition",
"id": "no-fixed-address",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
}
],
"url": "http://hl7.org/fhir/StructureDefinition/no-fixed-address",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.5.1349"
}
],
"version": "1.0.0",
"name": "PatNoFixedAddress",
"title": "Patient No Fixed Address",
"status": "draft",
"experimental": false,
"date": "2023-05-31T20:14:35.7680209+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/Special/committees/fhir-i"
}
]
}
],
"description": "This extension applies to the Address data type and is used to indicate that a location address is not a fixed address for an individual.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"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",
"short": "No fixed address indicator",
"definition": "No fixed address indicator.",
"max": "1"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"min": 1,
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Extension.value[x]:valueBoolean",
"path": "Extension.value[x]",
"sliceName": "valueBoolean",
"short": "Indicator of no fixed address",
"comment": "Note that this extension is constrained to only permit true indicators, does not permit negative assertions",
"min": 1,
"type": [
{
"code": "boolean"
}
],
"fixedBoolean": true
}
]
}
}