Da Vinci - Member Attribution (ATR) List
1.0.0 - STU 1 Publication

This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Group Member Attribution List example - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "fullexample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-06-06T03:04:12.348-04:00"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n         <p>Selected Patients</p> \n         <ul> \n            <li>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</li> \n            <li>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</li> \n            <li>Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</li> \n            <li>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</li> \n         </ul> \n      </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-contractValidityPeriod",
      "valuePeriod" : {
        "start" : "2020-07-25",
        "end" : "2021-06-24"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National Provider Identifier"
          }
        ]
      },
      "system" : "https://sitenv.org",
      "value" : "1316206220"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX",
            "display" : "Tax ID Number"
          }
        ]
      },
      "system" : "https://sitenv.org",
      "value" : "789456231"
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : true,
  "name" : "Test Group 3",
  "managingEntity" : {
    "reference" : "Organization/1",
    "display" : "Healthcare related organization"
  },
  "member" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-changeType",
          "valueCode" : "add"
        },
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-coverageReference",
          "valueReference" : {
            "reference" : "Coverage/1"
          }
        },
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-attributedProvider",
          "valueReference" : {
            "reference" : "Organization/2"
          }
        }
      ],
      "entity" : {
        "reference" : "Patient/1"
      },
      "period" : {
        "start" : "2014-10-08",
        "end" : "2020-10-08"
      },
      "inactive" : false
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-changeType",
          "valueCode" : "add"
        },
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-coverageReference",
          "valueReference" : {
            "reference" : "Coverage/2"
          }
        },
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-attributedProvider",
          "valueReference" : {
            "reference" : "Practitioner/1"
          }
        }
      ],
      "entity" : {
        "reference" : "Patient/2"
      },
      "period" : {
        "start" : "2015-04-02",
        "end" : "2021-12-12"
      },
      "inactive" : false
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-changeType",
          "valueCode" : "add"
        },
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-coverageReference",
          "valueReference" : {
            "reference" : "Coverage/3"
          }
        },
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-attributedProvider",
          "valueReference" : {
            "reference" : "PractitionerRole/1"
          }
        }
      ],
      "entity" : {
        "reference" : "Patient/3"
      },
      "period" : {
        "start" : "2016-09-02",
        "end" : "2022-05-10"
      },
      "inactive" : false
    }
  ]
}