XML View
<Bundle xmlns="http://hl7.org/fhir">
<id value="NationalProxy-Bundle-Search-RelatedPerson-patient-Example" />
<type value="searchset" />
<total value="1" />
<link>
<relation value="self" />
<url value="https://example.nhs.uk/FHIR/R4/RelatedPerson?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000017" />
</link>
<entry>
<fullUrl value="http://example.org/fhir/RelatedPerson/RelatedPerson-NHS-9100000009" />
<resource>
<RelatedPerson>
<id value="RelatedPerson-NHS-9100000009" />
<text>
<status value="generated" />
<div xmlns="http://www.w3.org/1999/xhtml"><a name="RelatedPerson_RelatedPerson-NHS-9100000009"> </a><p class="res-header-id"><b>Generated Narrative: RelatedPerson RelatedPerson-NHS-9100000009</b></p><a name="RelatedPerson-NHS-9100000009"> </a><a name="hcRelatedPerson-NHS-9100000009"> </a><a name="RelatedPerson-NHS-9100000009-en-US"> </a><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/nhs-number</code>/91000000009</p><p><b>active</b>: false</p><p><b>patient</b>: Jane Marie Anne Smith (Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9000000017)</p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NMTH}">Natural Mother</span></p><p><b>name</b>: Jayne Smith (Official)</p><p><b>birthDate</b>: 1916-12-05</p></div>
</text>
<identifier>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="91000000009" />
</identifier>
<active value="false" />
<patient>
<identifier>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9000000017" />
</identifier>
<display value="Jane Marie Anne Smith" />
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="NMTH" />
<display value="natural mother" />
</coding>
<text value="Natural Mother" />
</relationship>
<name>
<use value="official" />
<family value="Smith" />
<given value="Jayne" />
</name>
<birthDate value="1916-12-05" />
</RelatedPerson>
</resource>
<search>
<mode value="match" />
</search>
</entry>
</Bundle>
JSON View
{
"resourceType": "Bundle",
"id": "NationalProxy-Bundle-Search-RelatedPerson-patient-Example",
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://example.nhs.uk/FHIR/R4/RelatedPerson?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000017"
}
],
"entry": [
{
"fullUrl": "http://example.org/fhir/RelatedPerson/RelatedPerson-NHS-9100000009",
"resource": {
"resourceType": "RelatedPerson",
"id": "RelatedPerson-NHS-9100000009",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_RelatedPerson-NHS-9100000009\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson RelatedPerson-NHS-9100000009</b></p><a name=\"RelatedPerson-NHS-9100000009\"> </a><a name=\"hcRelatedPerson-NHS-9100000009\"> </a><a name=\"RelatedPerson-NHS-9100000009-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/nhs-number</code>/91000000009</p><p><b>active</b>: false</p><p><b>patient</b>: Jane Marie Anne Smith (Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9000000017)</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NMTH}\">Natural Mother</span></p><p><b>name</b>: Jayne Smith (Official)</p><p><b>birthDate</b>: 1916-12-05</p></div>"
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "91000000009"
}
],
"active": false,
"patient": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000017"
},
"display": "Jane Marie Anne Smith"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "NMTH",
"display": "natural mother"
}
],
"text": "Natural Mother"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"Jayne"
]
}
],
"birthDate": "1916-12-05"
},
"search": {
"mode": "match"
}
}
]
}