FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ext-nofixedaddress

Packageca.on.oh.mha-pds
TypeStructureDefinition
Idext-nofixedaddress
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress
URLhttp://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress
Version0.1.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameExtensionNoFixedAddress
TitleExtension: No fixed address flag
Realmca
Authorityhl7
DescriptionThis extension applies to the Address datatype and indicates that there is an assertion that there is no fixed address.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-patientPatient Profile
ca-on-mha-profile-patientMHA Patient Profile
pnc-patientPNC Patient
ca-on-mha-profile-PatientMHA Patient Profile

Resources that this resource uses

No resources found


Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionExtension
... url 1..1uri"http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress"
... value[x]:valueBoolean 1..1booleanValue of extension
Fixed Value: true

doco Documentation for this format

Source

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