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

This page is part of the CARIN Blue Button Implementation Guide (v2.2.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient Example 1

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Patient1",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00: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"
          }
        ]
      },
      "system" : "https://www.example.com/fhir/memberidentifier",
      "value" : "1234-234-1243-12345678901"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
            "code" : "um"
          }
        ]
      },
      "system" : "https://www.example.com/fhir/iniquememberidentifier",
      "value" : "1234-234-1243-12345678901u"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Example1",
      "given" : [
        "Johnny"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(301)666-1212",
      "rank" : 2
    }
  ],
  "gender" : "male",
  "birthDate" : "1986-01-01",
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "123 Main Street"
      ],
      "city" : "Pittsburgh",
      "state" : "PA",
      "postalCode" : "12519"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "UNK"
      }
    ]
  }
}