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

FHIR IG analytics

Packageeu.miabis.r4
Resource TypeOrganization
IdOrganization-example-network.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: Organization example-network

Common Collaboration Topics Extension: Common Charter

Description extension: descriptionExample

identifier: networkOrgId

name: collectionOrgName

alias: collectionOrgAlias

telecom: http://collectionOrg.com

address: CZ

partOf: Organization/example-juristic-person

Contacts

-NameTelecom
*contactName contactFamilyName contactEmail

Source1

{
  "resourceType": "Organization",
  "id": "example-network",
  "meta": {
    "profile": [
      "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network-organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-common-collaboration-topics-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.bbmri-eric.eu/CodeSystem/miabis-common-collaboration-topics-cs",
            "code": "Charter"
          }
        ]
      }
    },
    {
      "url": "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension",
      "valueString": "descriptionExample"
    }
  ],
  "identifier": [
    {
      "value": "networkOrgId"
    }
  ],
  "name": "collectionOrgName",
  "alias": [
    "collectionOrgAlias"
  ],
  "telecom": [
    {
      "system": "url",
      "value": "http://collectionOrg.com"
    }
  ],
  "address": [
    {
      "country": "CZ"
    }
  ],
  "partOf": {
    "reference": "Organization/example-juristic-person"
  },
  "contact": [
    {
      "name": {
        "family": "contactFamilyName",
        "given": [
          "contactName"
        ]
      },
      "telecom": [
        {
          "system": "email",
          "value": "contactEmail"
        }
      ]
    }
  ]
}