• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType" : "Practitioner",
3  "id" : "practitioner-3",
4  "identifier" : [
5    {
6      "use" : "official",
7      "system" : "urn:oid:1.2.345.6789",
8      "value" : "10003"
9    }
10  ],
11  "name": [
12    {
13      "use": "usual",
14      "text": "Wei Chen",
15      "family": "Chen",
16      "given": [
17        "Wei"
18      ],
19      "prefix": [
20        "Dr"
21      ]
22    }
23  ],
24  "telecom" : [
25    {
26      "system" : "phone",
27      "value" : "+441111555555",
28      "use" : "work"
29    },
30    {
31      "system" : "email",
32      "value" : "wei.chen@healthconnecthospital.org",
33      "use" : "work"
34    }
35  ],
36  "gender" : "male",
37  "birthDate" : "1979-04-29",
38  "address" : [
39    {
40      "use" : "work",
41      "line" : [
42        "6 Pancras Square"
43      ],
44      "city" : "London",
45      "postalCode" : "N1C 4AG",
46      "country" : "UK"
47    }
48  ],
49  "qualification": [
50    {
51      "code": {
52        "coding": [
53          {
54            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
55            "code": "MD",
56            "display": "Doctor of Medicine"
57          }
58        ],
59        "text": "Doctor of Medicine"
60      },
61      "period": {
62        "start": "2002"
63      },
64      "issuer": {
65        "display": "Example University"
66      }
67    }
68  ]
69}