CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®)
2.2.0 - STU 2.2 United States of America flag

CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®), published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-bb/ and changes regularly. See the Directory of published versions

: Patient Example 2

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Patient2",
  "meta" : {
    "lastUpdated" : "2020-10-30T09:48:01.8512764-04:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.2.0"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "5.0.0",
            "code" : "MB",
            "display" : "Member Number"
          }
        ],
        "text" : "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier."
      },
      "system" : "https://www.example.com/fhir/memberidentifier",
      "value" : "88800933501",
      "assigner" : {
        🔗 "reference" : "Organization/Payer2",
        "display" : "UPMC Health Plan"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Test",
      "given" : [
        "Member 01"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "5555555551",
      "rank" : 1
    },
    {
      "system" : "phone",
      "value" : "5555555552",
      "rank" : 2
    },
    {
      "system" : "phone",
      "value" : "5555555553",
      "rank" : 3
    },
    {
      "system" : "phone",
      "value" : "5555555554",
      "rank" : 4
    },
    {
      "system" : "phone",
      "value" : "5555555555",
      "use" : "home",
      "rank" : 5
    },
    {
      "system" : "phone",
      "value" : "5555555556",
      "use" : "work",
      "rank" : 6
    },
    {
      "system" : "email",
      "value" : "GXXX@example.com.com",
      "rank" : 7
    },
    {
      "system" : "fax",
      "value" : "5555555557",
      "rank" : 8
    }
  ],
  "gender" : "male",
  "birthDate" : "1943-01-01",
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "123 Main Street"
      ],
      "city" : "PITTSBURGH",
      "state" : "PA",
      "postalCode" : "15239"
    },
    {
      "type" : "physical",
      "line" : [
        "456 Murray Avenue"
      ],
      "city" : "PITTSBURGH",
      "state" : "PA",
      "postalCode" : "15217"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "UNK"
      }
    ],
    "text" : "unknown"
  },
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en"
          }
        ],
        "text" : "English"
      },
      "preferred" : true
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/Payer2",
    "display" : "UPMC Health Plan"
  }
}