-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatientTemplate.json
40 lines (40 loc) · 1.19 KB
/
PatientTemplate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"resourceType": "Patient",
"id": "7368c5fe-bbb4-4e9c-a585-234e06b84e82",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
]
},
"identifier": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
"code": "01",
"display": "Number present and verified"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": ""
}
],
"name": [
{
"use": "official",
"prefix": "",
"family": "",
"given": []
}
],
"gender": "male",
"birthDate": "2017-10-02",
"address": []
}