Uploaded image for project: 'FHIR Specification Feedback'
  1. FHIR Specification Feedback
  2. FHIR-25938

Extend the support for "official" address

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Persuasive
    • Icon: Medium Medium
    • FHIR Core (FHIR)
    • R4
    • Modeling & Methodology
    • Extension Registry
    • Hide

      We will update the yet-to-be-developed extension to have a valueBoolean and a valueCodeableConcept as sub-extensions rather than choices to allow for the use-cases described in this ticket.

      We will make the valueBoolean required and the valueCodeableConcept optional with a note that it does not make sense to repeat the extension without the valueCodeableConcept.

      Show
      We will update the yet-to-be-developed extension to have a valueBoolean and a valueCodeableConcept as sub-extensions rather than choices to allow for the use-cases described in this ticket. We will make the valueBoolean required and the valueCodeableConcept optional with a note that it does not make sense to repeat the extension without the valueCodeableConcept.
    • Grahame Grieve / Ron Shapiro: 5-0-0
    • Enhancement
    • Non-substantive
    • R5

    Description

      Decision taken for https://jira.hl7.org/browse/FHIR-20743 allows to indicate for the  official address extension either a boolean or the code of the jusrisdiction in which that address is official.

      This does not allow to cover the case "this is not an official address in that country" as described in the chat track https://chat.fhir.org/#narrow/stream/179181-netherlands/topic/nl-core-address-official

       The request is to make the boolean part required and allow optionally to indicate the jurisdictions it applies to.

       Example

          <extension url="http://hl7.org/fhir/StructureDefinition/official-Address">
            <extension url="boolean">
              <valueBoolean value="false"/>
            </extension>
            <extension url="jurisdiction">
              <valueCodeableConcept>
                 <coding>
                    <system value="urn:iso:std:iso:3166"/>
                    <code value="IT"/>
                    <display value="Italy"/>
                 </coding>
              </valueCodeableConcept>
            </extension>
          </extension>
      

      Attachments

        Activity

          People

            marc.duteau Marc Duteau
            giorgio Giorgio Cangioli
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: