FHIR IG analytics| Package | eu.miabis.r4 |
| Resource Type | Group |
| Id | Group-NetworkInstance.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group NetworkInstance
Profile: Network
Member Entity: Organization biobankName
identifier: networkId
active: true
type: Person
actual: true
name: networkName
managingEntity: Organization collectionOrgName
{
"resourceType": "Group",
"id": "NetworkInstance",
"meta": {
"profile": [
"https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-member-entity-extension",
"valueReference": {
"reference": "Organization/example-biobank"
}
}
],
"identifier": [
{
"value": "networkId"
}
],
"active": true,
"type": "person",
"actual": true,
"name": "networkName",
"managingEntity": {
"reference": "Organization/example-network"
}
}