Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: Patient List example - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "davincipatientlistexample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-06-06T03:04:12.348-04:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/davinci-patient-list"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n         <p>Patients in the patient list</p> \n         <ul> \n            <li>Patient Dominique Ledner</li>  \n            <li>Patient Cole Emilie</li> \n            <li>Patient Erdman Malcolm</li> \n         </ul> \n      </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-intended-recipient-identifier-extension",
      "valueIdentifier" : {
        "system" : "http://hl7.org/fhir/sid/us-npi",
        "value" : "9941339108"
      }
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : true,
  "name" : "Patient List Group",
  "managingEntity" : {
    🔗 "reference" : "Organization/1",
    "display" : "Healthcare Payer organization"
  },
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/davinci-atr/CodeSystem/davinci-group-characteristic-codes",
            "code" : "attributed-to",
            "display" : "Attributed to a specific Provider, Organization etc."
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "Practitioner/1"
      },
      "exclude" : true
    }
  ],
  "member" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-any-resource-extension",
          "valueReference" : {
            🔗 "reference" : "Coverage/1"
          }
        }
      ],
      "entity" : {
        🔗 "reference" : "Patient/1"
      },
      "period" : {
        "start" : "2014-10-08",
        "end" : "2020-10-08"
      },
      "inactive" : false
    },
    {
      "entity" : {
        🔗 "reference" : "Patient/2"
      },
      "period" : {
        "start" : "2015-04-02",
        "end" : "2021-12-12"
      },
      "inactive" : false
    },
    {
      "entity" : {
        🔗 "reference" : "Patient/3"
      },
      "period" : {
        "start" : "2016-09-02",
        "end" : "2022-05-10"
      },
      "inactive" : false
    }
  ]
}