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

FHIR IG analytics

Packageeu.miabis.r4
Resource TypeGroup
IdGroup-NetworkInstance.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: Group NetworkInstance

Profile: Network

Member Entity: Organization biobankName

identifier: networkId

active: true

type: Person

actual: true

name: networkName

managingEntity: Organization collectionOrgName


Source1

{
  "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"
  }
}