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

Add Guidance on using contained resources when transacting data

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Persuasive with Modification
    • Icon: Medium Medium
    • US Da Vinci DEQM (FHIR)
    • 0.1 [deprecated]
    • Clinical Quality Information
    • (NA)
    • Hide

      Will add the following guidance regarding contained resources:

      "The submit-data and collect-data operation responses payload are Parameters resources containing resource parameters. The response to the Individual reporting transactions are Bundles. In either case contained resources SHOULD NOT be used to represent the transacted data unless the the source data exists only within the context of the transaction. For example, if the only information about the coverage is the payor name, it could be contained by the Patient resource:

      {
      "resourceType": "Patient",
      "id": "patient01",
      "contained": [
      {
      "resourceType": "Coverage",
      "status": "active",
      "beneficiary":

      { "reference": "#" }

      ,
      "payor": [

      { "reference": "Organization/organization04" }

      ]
      }
      ]
      ...<rest of patient resource>...
      }

      Show
      Will add the following guidance regarding contained resources: "The submit-data and collect-data operation responses payload are Parameters resources containing resource parameters. The response to the Individual reporting transactions are Bundles. In either case contained resources SHOULD NOT be used to represent the transacted data unless the the source data exists only within the context of the transaction. For example, if the only information about the coverage is the payor name, it could be contained by the Patient resource: { "resourceType": "Patient", "id": "patient01", "contained": [ { "resourceType": "Coverage", "status": "active", "beneficiary": { "reference": "#" } , "payor": [ { "reference": "Organization/organization04" } ] } ] ...<rest of patient resource>... }
    • Eric Haas/Bryn Rhodes: 23-0-0
    • Enhancement
    • Non-substantive

    Description

      Add Guidance on using contained resources when transacting data:

      Currently the RI uses containment when transacting data. For some systems the data may not exist on its own and containment is necessary. The IG should describe this and provide examples if needed.

      For example see...

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: