Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Created July 14, 2017 08:44
Show Gist options
  • Save KevinMayfield/fa929020f3c4cbcc3ababbec4108770e to your computer and use it in GitHub Desktop.
Save KevinMayfield/fa929020f3c4cbcc3ababbec4108770e to your computer and use it in GitHub Desktop.
{
"resourceType": "Bundle",
"id": "7f24fa5e-5786-43b2-9ec2-a1f51c38361e",
"meta": {
"lastUpdated": "2017-07-14T04:43:18.106-04:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "http://fhirtest.uhn.ca/baseDstu2/Patient?_pretty=true&identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"
}
],
"entry": [
{
"fullUrl": "http://fhirtest.uhn.ca/baseDstu2/Patient/32898",
"resource": {
"resourceType": "Patient",
"id": "32898",
"meta": {
"versionId": "3",
"lastUpdated": "2017-07-14T04:42:41.712-04:00",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Patient-1"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Miss Bernie <b>KANFELD </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>9876543210</td></tr><tr><td>Address</td><td><span>10 Field Jardin </span><br/><span>Long Eaton </span><br/><span>Nottingham </span></td></tr><tr><td>Date of birth</td><td><span>19 March 1998</span></td></tr></tbody></table></div>"
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-EthnicCategory-1",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CareConnect-EthnicCategory-1",
"code": "01",
"display": "British - Mixed British"
}
]
}
}
],
"identifier": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CareConnect-NHSNumberVerificationStatus-1",
"code": "01",
"display": "Number present and verified"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9876543210"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": [
"Kanfeld"
],
"given": [
"Bernie"
],
"prefix": [
"Miss"
]
}
],
"gender": "female",
"birthDate": "1998-03-19",
"address": [
{
"use": "home",
"line": [
"10 Field Jardin",
"Long Eaton"
],
"city": "Nottingham",
"postalCode": "NG10 1ZZ"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"code": "S",
"display": "Never Married"
}
]
},
"careProvider": [
{
"reference": "Practitioner/39564",
"display": "Dr. AA Bhatia"
}
],
"managingOrganization": {
"reference": "Organization/39563",
"display": "The Moir Medical Centre"
}
},
"search": {
"mode": "match"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment