Created
July 14, 2017 05:45
-
-
Save KevinMayfield/7235532da57bb83fe1797a91806fe143 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "Bundle", | |
"id": "8effe547-2fcc-45a3-aa8b-7043335ca493", | |
"meta": { | |
"lastUpdated": "2017-07-14T06:43:47.052+01:00" | |
}, | |
"type": "searchset", | |
"total": 1, | |
"link": [ | |
{ | |
"relation": "self", | |
"url": "http://127.0.0.1:8080/FHIRServer/DSTU2/Organization?_format=json&_pretty=true&identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fods-organization-code%7CC81010" | |
} | |
], | |
"entry": [ | |
{ | |
"fullUrl": "http://127.0.0.1:8080/FHIRServer/DSTU2/Organization/52", | |
"resource": { | |
"resourceType": "Organization", | |
"id": "52", | |
"meta": { | |
"versionId": "1", | |
"lastUpdated": "2017-07-11T09:24:15.000+01:00", | |
"profile": [ | |
"https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Organization-1" | |
] | |
}, | |
"identifier": [ | |
{ | |
"system": "https://fhir.nhs.uk/Id/ods-organization-code", | |
"value": "C81010" | |
} | |
], | |
"type": { | |
"coding": [ | |
{ | |
"code": "prov", | |
"display": "Healthcare Provider" | |
} | |
] | |
}, | |
"name": "The Moir Medical Centre", | |
"telecom": [ | |
{ | |
"system": "phone", | |
"value": "0115 9737320", | |
"use": "work" | |
} | |
], | |
"address": [ | |
{ | |
"use": "work", | |
"line": [ | |
"Regent Street", | |
"Long Eaton" | |
], | |
"city": "Nottingham", | |
"postalCode": "NG10 1QQ" | |
} | |
] | |
}, | |
"search": { | |
"mode": "match" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment