-
Notifications
You must be signed in to change notification settings - Fork 1
/
Patient-kind-Milan.json
77 lines (77 loc) · 1.86 KB
/
Patient-kind-Milan.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"resourceType": "Patient",
"id": "milan-xxxkooij",
"meta": {
"versionId": "1",
"lastUpdated": "2024-05-15T12:09:29.8191619+00:00",
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
"http://nictiz.nl/fhir/StructureDefinition/bc-Child"
]
},
"identifier": [
{
"use": "official",
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "954880250"
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
"valueCode": "NL1"
}
],
"text": "Milan XXX_Kooij",
"family": "XXX_Kooij",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "XXX_Kooij"
}
]
},
"given": ["Milan", "M."],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "BR"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "IN"
}
]
}
]
}
],
"gender": "male",
"_gender": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/AdministrativeGender",
"code": "M",
"display": "Man"
}
]
}
}
]
},
"birthDate": "2024-04-01",
"multipleBirthBoolean": false
}