Skip to content

Commit 96c5512

Browse files
Add missing file
1 parent 96035bb commit 96c5512

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"resourceType": "Patient",
3+
"id": "9692140466",
4+
"meta": {
5+
"versionId": "1",
6+
"lastUpdated": "2020-01-01T00:00:00Z"
7+
},
8+
"identifier": [
9+
{
10+
"system": "https://fhir.nhs.uk/Id/nhs-number",
11+
"value": "9692140466"
12+
}
13+
],
14+
"name": [
15+
{
16+
"use": "official",
17+
"family": "Samual",
18+
"given": ["Lucien"],
19+
"period": {"start": "1900-01-01", "end": "9999-12-31"}
20+
}
21+
],
22+
"gender": "male",
23+
"birthDate": "1938-12-11",
24+
"generalPractitioner": [
25+
{
26+
"id": "1",
27+
"type": "Organization",
28+
"identifier": {
29+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
30+
"value": "A20047",
31+
"period": {"start": "2020-01-01", "end": "9999-12-31"}
32+
}
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)