{
  "resourceType": "Patient",
  "id": "cc-pat-betsy",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "Betsy Johnson"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/Race",
            "code": "2106-3",
            "display": "White"
          }
        ],
        "text": "race"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/Ethnicity",
            "code": "2186-5",
            "display": "Nonhispanic"
          }
        ],
        "text": "ethnicity"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "F"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://sample.agency.gov/fhir/NamingSystem/identifier",
      "value": "345100"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Betsy Johnson",
      "family": "Johnson",
      "given": [
        "Betsy"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1957-11-07",
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2001",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "betsy.johnson@woohoo.com"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "7247 Breen St."
      ],
      "city": "Springfield",
      "postalCode": "62707",
      "state": "IL",
      "country": "USA"
    }
  ],
  "generalPractitioner": {
    "reference": "Practitioner/cc-prac-carlson-john",
    "display": "Dr. John Carlson, MD"
  }
}