Da Vinci - Risk Based Contracts Member Attribution (ATR) List
0.1.0 - STU1 Ballot

This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

- JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "pat2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<p> <b> Generated Narrative with Details</b> </p> \n\t<p> <b> Example Patient : </b> Patient-2 </p> \n\t</div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://multicareprovider.org",
      "value" : "1233232702"
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC",
            "display" : "Patient's Medicare number"
          }
        ],
        "text" : "Patient's Medicare number"
      },
      "system" : "http://medicare.gov",
      "value" : "34234"
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MA",
            "display" : "Patient Medicaid number"
          }
        ],
        "text" : "Patient Medicaid number"
      },
      "system" : "http://medicare.gov",
      "value" : "435345"
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MB",
            "display" : "Member Number"
          }
        ],
        "text" : "Member Number"
      },
      "system" : "http://cambia.org",
      "value" : "454534435"
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security number"
          }
        ],
        "text" : "Social Security number"
      },
      "system" : "http://http://hl7.org/fhir/sid/us-ssn",
      "value" : "558-24-2345"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Harper",
      "given" : [
        "Jane",
        "Philip"
      ],
      "prefix" : [
        "Ms"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2001-02-20",
  "address" : [
    {
      "line" : [
        "123 Market St"
      ],
      "city" : "Portland",
      "state" : "OR",
      "postalCode" : "23455",
      "country" : "US"
    }
  ],
  "generalPractitioner" : [
    {
      "reference" : "Organization/MulticareProviderOrg"
    }
  ]
}