XMLWordPrintableJSON

Details

    • Icon: Technical Correction Technical Correction
    • Resolution: Persuasive
    • Icon: Medium Medium

    Description

      from US-Core-R4/source/pages/general-guidance.md:

      { "resourceType" : "Patient", ... "name":[ "extension" : [ "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode" : "unknown" }

      ]
      ]
      "telecom" :
      ...
      }
      The actutal data absent reason extension above is invalid JSON. it should be:

      {
      "resourceType" : "Patient",
      ...
      "name":[{
      "extension" : [

      { "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode" : "unknown" }

      ]
      }]
      "telecom" :
      ...
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ehaas Eric Haas
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: