{

"resourceType": "Patient",
"id": "ch-example",
"meta": {
  "versionId": "1",
  "lastUpdated": "2016-05-16T00:55:52Z",
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
},
"identifier": [
  {
    "use": "usual",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "MR"
        }
      ]
    },
    "system": "urn:oid:1.2.36.146.595.217.0.1",
    "value": "3112219680806371X",
    "period": {
      "start": "2001-05-06"
    },
    "assigner": {
      "display": "市卫生局"
    }
  }
],
"active": true,
"name": [
  {
    "use": "official",
    "text": "张无忌"
  }
],
"telecom": [
  {
    "use": "home"
  },
  {
    "system": "phone",
    "value": "18337177888",
    "use": "work"
  }
],
"gender": "male",
"birthDate": "1974-12-25",
"deceasedBoolean": false,
"address": [
  {
    "use": "home",
    "type": "both",
    "line": [
      "马当路190号"
    ],
    "city": "上海市",
    "district": "黄埔区",
    "postalCode": "200000",
    "period": {
      "start": "1974-12-25"
    }
  }
],
"managingOrganization": {
  "reference": "Organization/1",
  "display": "上海东方医院"
}

}