{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "http://example.org/fhir/StructureDefinition/PatientProfile"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Cole",
      "given": [
        "Christine"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1992-07-19",
  "address": [
    {
      "line": [
        "456 Elm Street"
      ],
      "city": "Pokhara",
      "state": "Gandaki",
      "postalCode": "33700",
      "country": "Nepal"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+9779811122233",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "christine.cole@example.com",
      "use": "home"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ],
  "extension": [
    {
      "url": "http://example.org/fhir/StructureDefinition/nepali-ethnicity",
      "valueString": "Newar"
    }
  ]
}