FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesignal.core.r4
Resource TypeStructureDefinition
IdStructureDefinition-extention-no-fixed-address.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionNo fixed address indicator
... url 1..1uri"http://hl7.org.au/fhir/StructureDefinition/no-fixed-address"
... value[x] 1..1booleanValue of extension
... value[x]:valueBoolean 1..1booleanIndicator of no fixed address
Fixed Value: true

doco Documentation for this format

Source1

{
  "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
      }
    ]
  }
}