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

FHIR IG analytics

Packagede.bbmri.fhir
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative with Details

id: example

organization: German Biobank Alliance

participatingOrganization: Organization/exampleBiobank

code: member (Details : {http://terminology.hl7.org/CodeSystem/organization-role code "member" := "member)


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "organization": {
    "identifier": {
      "system": "http://www.bbmri-eric.eu/",
      "value": "bbmri-eric:networkID:de_GBA"
    },
    "display": "German Biobank Alliance"
  },
  "participatingOrganization": {
    "reference": "Organization/exampleBiobank"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/organization-role",
          "code": "member"
        }
      ]
    }
  ]
}