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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeBundle
IdODS-Bundle-ParticipatingOrganizationSearchResults-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",
  "id": "ODS-Bundle-ParticipatingOrganizationSearchResults-Example",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://baseurl/OrganizationAffiliation?participating-organization=https://fhir.nhs.uk/Id/ods-organization-code|G81086"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://baseurl/OrganizationAffiliation/256248",
      "resource": {
        "resourceType": "OrganizationAffiliation",
        "id": "256248",
        "extension": [
          {
            "extension": [
              {
                "url": "dateType",
                "valueCoding": {
                  "system": "https://fhir.nhs.uk/England/CodeSystem/England-PeriodType",
                  "code": "Legal",
                  "display": "Legal"
                }
              },
              {
                "url": "period",
                "valuePeriod": {
                  "start": "1999-04-01",
                  "end": "2002-03-31"
                }
              }
            ],
            "url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-England-TypedPeriod"
          },
          {
            "extension": [
              {
                "url": "dateType",
                "valueCoding": {
                  "system": "https://fhir.nhs.uk/England/CodeSystem/England-PeriodType",
                  "code": "Operational",
                  "display": "Operational"
                }
              },
              {
                "url": "period",
                "valuePeriod": {
                  "start": "1999-04-01",
                  "end": "2002-03-31"
                }
              }
            ],
            "url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-England-TypedPeriod"
          }
        ],
        "identifier": [
          {
            "system": "https://digital.nhs.uk/services/organisation-data-service/CodeSystem/organization-relationship-instance",
            "value": "256248"
          }
        ],
        "active": false,
        "period": {
          "start": "1999-04-01",
          "end": "2002-03-31"
        },
        "organization": {
          "reference": "Organization/ODS-Organization-G81086-Example",
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "G81086"
          }
        },
        "participatingOrganization": {
          "reference": "Organization/ODS-Organization-4VE03-Example",
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "4VE03"
          }
        },
        "code": [
          {
            "coding": [
              {
                "system": "https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRelationship",
                "code": "RE4",
                "display": "IS COMMISSIONED BY"
              }
            ]
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}