FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ResourceType

Packagede.bbmri.fhir
TypeCodeSystem
IdResourceType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.bbmri.fhir@1.2.0&canonical=https://fhir.bbmri.de/CodeSystem/ResourceType
URLhttps://fhir.bbmri.de/CodeSystem/ResourceType
Version1.1.0
Statusactive
Date2020-05-28T14:12:37+00:00
NameResourceType
TitleResource Type
DescriptionTypes of resources that may be governed by a biobank or its collections
PurposeThis CodeSystem provides the different types of resources distinguished by the BBMRI-ERIC Directory
Contentcomplete

Resources that use this resource

ValueSet
ResourceTypeResource Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system https://fhir.bbmri.de/CodeSystem/ResourceType defines the following codes:

CodeDisplayDefinition
samples Samples
data Data
images Images

Source

{
  "resourceType": "CodeSystem",
  "id": "ResourceType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.bbmri.de/CodeSystem/ResourceType",
  "version": "1.1.0",
  "name": "ResourceType",
  "title": "Resource Type",
  "status": "active",
  "date": "2020-05-28T14:12:37+00:00",
  "publisher": "BBMRI.de",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bbmri.de"
        },
        {
          "system": "email",
          "value": "feedback@germanbiobanknode.de"
        }
      ]
    }
  ],
  "description": "Types of resources that may be governed by a biobank or its collections",
  "purpose": "This CodeSystem provides the different types of resources distinguished by the BBMRI-ERIC Directory",
  "content": "complete",
  "concept": [
    {
      "code": "samples",
      "display": "Samples"
    },
    {
      "code": "data",
      "display": "Data"
    },
    {
      "code": "images",
      "display": "Images"
    }
  ]
}