1+ {
2+ "resourceType" : " Patient" ,
3+ "id" : " Patient-FayMutlow-Example" ,
4+ "extension" : [
5+ {
6+ "url" : " https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex" ,
7+ "valueCode" : " F"
8+ },
9+ {
10+ "url" : " https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory" ,
11+ "valueCodeableConcept" : {
12+ "coding" : [
13+ {
14+ "system" : " https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" ,
15+ "code" : " A" ,
16+ "display" : " White - British"
17+ }
18+ ]
19+ }
20+ }
21+ ],
22+ "identifier" : [
23+ {
24+ "system" : " https://fhir.nhs.uk/Id/nhs-number" ,
25+ "value" : " 9449307806" ,
26+ "extension" : [
27+ {
28+ "url" : " https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus" ,
29+ "valueCodeableConcept" : {
30+ "coding" : [
31+ {
32+ "system" : " https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" ,
33+ "version" : " 2.2.0" ,
34+ "code" : " 01" ,
35+ "display" : " Number present and verified"
36+ }
37+ ]
38+ }
39+ }
40+ ]
41+ },
42+ {
43+ "system" : " urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" ,
44+ "value" : " RR12437" ,
45+ "assigner" : {
46+ "identifier" : {
47+ "system" : " https://fhir.nhs.uk/Id/ods-organization-code" ,
48+ "value" : " RGD12"
49+ }
50+ }
51+ }
52+ ],
53+ "name" : [
54+ {
55+ "given" : [
56+ " Fay"
57+ ],
58+ "family" : " Mutlow"
59+ }
60+ ],
61+ "gender" : " female" ,
62+ "birthDate" : " 1990-06-01" ,
63+ "deceasedBoolean" : false ,
64+ "address" : [
65+ {
66+ "line" : [
67+ " Union Mills" ,
68+ " 9 Dewsbury Rd" ,
69+ " Leeds"
70+ ],
71+ "postalCode" : " LSD11 5DD"
72+ }
73+ ],
74+ "generalPractitioner" : [
75+ {
76+ "identifier" : {
77+ "system" : " https://fhir.hl7.org.uk/Id/gmp-number" ,
78+ "value" : " G9999999"
79+ },
80+ "display" : " Dr. Test GP"
81+ },
82+ {
83+ "identifier" : {
84+ "system" : " https://fhir.hl7.org.uk/Id/ODS-code" ,
85+ "value" : " B86012"
86+ },
87+ "display" : " LEEDS CITY MEDICAL PRACTICE"
88+ }
89+ ]
90+ }
0 commit comments