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

No narrative content found in resource


Source1

{
  "resourceType": "Group",
  "id": "NetworkInstance",
  "meta": {
    "profile": [
      "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-network"
    ]
  },
  "identifier": [
    {
      "value": "networkId"
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Group.member.entity",
      "valueReference": {
        "reference": "Collection/collectionId"
      }
    }
  ],
  "type": "person",
  "name": "networkName",
  "active": true,
  "actual": true,
  "managingEntity": {
    "reference": "Organization/networkOrgId"
  }
}