FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeBundle
IdNationalProxy-Bundle-Search-RelatedPersonProv-patient-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "type": "searchset",
  "timestamp": "2025-03-05T15:09:22.268+00:00",
  "meta": {
    "lastUpdated": "2025-03-05T15:09:22.268+00:00",
    "versionId": "92785ce8-d6c3-4d6a-bcb8-40527c0d9f6c"
  },
  "entry": [
    {
      "fullUrl": "http://example.org/fhir/RelatedPerson/RelatedPerson-NHS-9100000009",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "RelatedPerson",
        "id": "RelatedPerson-NHS-9100000009",
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "91000000009"
          }
        ],
        "active": true,
        "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"
              }
            ]
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Smith",
            "given": [
              "Jayne"
            ]
          }
        ],
        "birthDate": "1916-12-05",
        "meta": {
          "versionId": "bb8e51f1-b7c3-462f-872a-8230e12f49cf",
          "lastUpdated": "2025-02-10T11:48:55.011+00:00"
        }
      }
    },
    {
      "fullUrl": "https://server.fire.ly/Provenance/49baa779-6273-47bb-8ed3-b01754790fe7",
      "search": {
        "mode": "include"
      },
      "resource": {
        "resourceType": "Provenance",
        "target": [
          {
            "reference": "http://example.org/fhir/RelatedPerson/RelatedPerson-NHS-9100000009"
          }
        ],
        "recorded": "2024-10-25T16:39:24+01:00",
        "agent": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code": "assembler"
                }
              ]
            },
            "who": {
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "W7V6T"
              },
              "display": "Related Person Network"
            }
          }
        ],
        "entity": [
          {
            "role": "source",
            "what": {
              "display": "Civil Birth Registration"
            },
            "agent": [
              {
                "type": {
                  "coding": [
                    {
                      "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                      "code": "legal"
                    }
                  ]
                },
                "who": {
                  "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "XDC"
                  },
                  "display": "Office for National Statistics (ONS)"
                }
              }
            ]
          }
        ],
        "id": "49baa779-6273-47bb-8ed3-b01754790fe7",
        "meta": {
          "versionId": "097b5f6e-d60c-46b0-ba28-80e73c5c961f",
          "lastUpdated": "2025-02-26T15:25:31.026+00:00"
        }
      }
    }
  ],
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://example.nhs.uk/FHIR/R4/RelatedPerson?patient:identifier=9000000017&_total=accurate&_count=10&_skip=0&_revinclude=Provenance:target"
    }
  ],
  "id": "NationalProxy-Bundle-Search-RelatedPersonProv-patient-Example"
}