XMLWordPrintableJSON

    • Type: Technical Correction
    • Resolution: Persuasive
    • Priority: Medium

      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" :
      ...
      }

            Assignee:
            Unassigned
            Reporter:
            Eric Haas
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: