BBMRI.de/GBA Implementation Guide
1.2.0 - CI Build

BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions

: example - JSON Representation

Raw json | Download


{
  "resourceType" : "OrganizationAffiliation",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>organization</b>: German Biobank Alliance</p><p><b>participatingOrganization</b>: <a href=\"Organization/exampleBiobank\">Organization/exampleBiobank</a></p><p><b>code</b>: member <span style=\"background: LightGoldenRodYellow \">(Details : {http://terminology.hl7.org/CodeSystem/organization-role code \"member\" := \"member)</span></p></div>"
  },
  "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"
        }
      ]
    }
  ]
}