1{ 2 "resourceType": "Organization", 3 "id": "organization-2", 4 "identifier": [ 5 { 6 "use": "official", 7 "system": "urn:oid:1.2.345.6789", 8 "value": "HCH" 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": "405608006", 22 "display": "Academic Medical Center" 23 } 24 ] 25 } 26 ], 27 "name": "Health Connect Hospital", 28 "alias": [ 29 "HCH" 30 ], 31 "telecom": [ 32 { 33 "system": "phone", 34 "value": "01111 222222", 35 "use": "work" 36 }, 37 { 38 "system": "email", 39 "value": "info@healthconnecthospital.org", 40 "use": "work" 41 } 42 ], 43 "address": [ 44 { 45 "use": "work", 46 "type": "physical", 47 "line": [ 48 "6 Pancras Square" 49 ], 50 "city": "London", 51 "postalCode": "N1C 4AG", 52 "country": "UK" 53 }, 54 { 55 "use": "work", 56 "type": "postal", 57 "line": [ 58 "PO Box 1234" 59 ], 60 "city": "London", 61 "postalCode": "N1C 4AG", 62 "country": "UK" 63 } 64 ], 65 "contact": [ 66 { 67 "purpose": { 68 "coding": [ 69 { 70 "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", 71 "code": "ADMIN", 72 "display": "Administrative" 73 } 74 ] 75 }, 76 "telecom": [ 77 { 78 "system": "email", 79 "value": "admin@healthconnecthospital.org" 80 } 81 ] 82 }, 83 { 84 "purpose": { 85 "coding": [ 86 { 87 "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", 88 "code": "PRESS", 89 "display": "Press" 90 } 91 ] 92 }, 93 "telecom": [ 94 { 95 "system": "email", 96 "value": "press@healthconnecthospital.org" 97 } 98 ] 99 }, 100 { 101 "purpose": { 102 "coding": [ 103 { 104 "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", 105 "code": "PATINF", 106 "display": "Patient" 107 } 108 ] 109 }, 110 "telecom": [ 111 { 112 "system": "email", 113 "value": "patient@healthconnecthospital.org" 114 } 115 ] 116 } 117 ] 118}