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

: Related Person (2) used as a Subscriber in Coverage - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "2",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-04-23T10:30:54.819-04:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>B�n�dicte du March�</td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>43, Place du March� Sainte Catherine, 75004 Paris, France</td>\n          </tr>\n          <tr>\n            <td>Contacts</td>\n            <td>Phone: +33 (237) 998327</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/2"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "SPS",
          "display" : "Spouse"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Douglas",
      "given" : [
        "Bradly"
      ],
      "prefix" : [
        "Mr."
      ],
      "suffix" : [
        "MSc"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+33 (237) 998327"
    }
  ],
  "gender" : "female",
  "address" : [
    {
      "line" : [
        "43, Place du March� Sainte Catherine"
      ],
      "city" : "Paris",
      "postalCode" : "75004",
      "country" : "FRA"
    }
  ]
}