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

_targetProfile in Provenance is not correct

    XMLWordPrintableJSON

Details

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

    Description

      The _targetProfile is v4.0 and v4.2 is:

      "_targetProfile": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": true
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": true
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": false
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": false
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": false
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": false
            }
          ]
        },
        null,
        null,
        null,
        null,
        null
      ]
      

      What it should be is

      "_targetProfile": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": true
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": true
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
              "valueBoolean": false
            }
          ]
        },
        ...
      ]
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            yunwwang Yunwei Wang
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: