FHIR IG analytics| Package | de.bbmri.fhir |
| Resource Type | OrganizationAffiliation |
| Id | OrganizationAffiliation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
{
"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"
}
]
}
]
}