Skip to main content

Patient Example

{
"resourceType": "Patient",
"id": "BENL5UI3MDN7JWNWJXGT7LAJP4",
"meta": {
"versionId": "20210121074554233",
"lastUpdated": "2021-01-21T19:45:54+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
],
"tag": [
{
"system": "https://fhir.graphnethealth.com/Tenancies",
"code": "170",
"display": "Royal Brompton and Harefield Foundation Trust"
},
{
"system": "https://fhir.graphnethealth.com/Tenancy-Type",
"code": "acute"
}
]
},
"contained": [
{
"resourceType": "Practitioner",
"id": "gp",
"identifier": [
{
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G3030293"
}
]
}
],
"extension": [
{
"extension": [
{
"url": "interpreterRequired",
"valueBoolean": false
},
{
"url": "language",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-HumanLanguage-1",
"code": "tr",
"display": "Turkish"
}
],
"text": "Turkish"
}
}
],
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSCommunication-1"
}
],
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "1233211300"
},
{
"system": "https://fhir.graphnethealth.com/Id/Local-Identifiers-RT3",
"value": "123 321 1300"
}
],
"name": [
{
"family": "Simpson",
"given": ["William"],
"prefix": ["Mr"]
}
],
"gender": "male",
"birthDate": "1942-06-19",
"address": [
{
"line": [
"324 Titan Rise",
"Beachampton",
"Address3",
"MILTON KEYNES",
"Address5"
],
"postalCode": "MK17 1RR"
}
],
"generalPractitioner": [
{
"reference": "#gp"
}
],
"managingOrganization": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "P84639"
}
}
}