{
  "resourceType": "Patient",
  "id": "PatientExample",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/MyPatient"
    ]
  },
  "name": [
    {
      "given": [
        "James"
      ],
      "family": "Pond"
    }
  ]
}