1{ 2 "resourceType": "Organization", 3 "id": "organization-1", 4 "identifier": [ 5 { 6 "use": "official", 7 "system": "urn:oid:1.2.345.6789", 8 "value": "HCGP" 9 } 10 ], 11 "type": [ 12 { 13 "coding": [ 14 { 15 "system": "http://terminology.hl7.org/CodeSystem/organization-type", 16 "code": "prov", 17 "display": "Healthcare Provider" 18 }, 19 { 20 "system": "http://snomed.info/sct", 21 "code": "394761003", 22 "display": "General practitioner practice site" 23 } 24 ] 25 } 26 ], 27 "name": "Health Connect General Practice", 28 "alias": [ 29 "Health Connect Surgery" 30 ], 31 "telecom": [ 32 { 33 "system": "phone", 34 "value": "01122 333444", 35 "use": "work" 36 }, 37 { 38 "system": "email", 39 "value": "info@healthconnectgp.org", 40 "use": "work" 41 } 42 ], 43 "address": [ 44 { 45 "use": "work", 46 "type": "both", 47 "line": [ 48 "6 Pancras Square" 49 ], 50 "city": "London", 51 "postalCode": "N1C 4AG", 52 "country": "UK" 53 } 54 ], 55 "contact": [ 56 { 57 "purpose": { 58 "coding": [ 59 { 60 "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", 61 "code": "ADMIN", 62 "display": "Administrative" 63 } 64 ] 65 }, 66 "telecom": [ 67 { 68 "system": "email", 69 "value": "admin@healthconnectgp.org" 70 } 71 ] 72 }, 73 { 74 "purpose": { 75 "coding": [ 76 { 77 "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", 78 "code": "PATINF", 79 "display": "Patient" 80 } 81 ] 82 }, 83 "telecom": [ 84 { 85 "system": "phone", 86 "value": "01122 333444" 87 }, 88 { 89 "system": "email", 90 "value": "patient@healthconnectgp.org" 91 } 92 ] 93 } 94 ] 95}