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

FHIR IG Statistics: CodeSystem/type-of-data-cs

Packagehl7.eu.fhir.gh
TypeCodeSystem
Idtype-of-data-cs
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/ig/gravitate-health/https://build.fhir.org/ig/hl7-eu/gravitate-health/CodeSystem-type-of-data-cs.html
URLhttp://hl7.eu/fhir/ig/gravitate-health/CodeSystem/type-of-data-cs
Version0.1.0
Statusactive
Date2025-07-18T15:55:38+00:00
NameTypeOfDataCS
TitleType of information to be added in epi CS
Realmeu
Authorityhl7
DescriptionType of information to be added in epi CS
Contentcomplete

Resources that use this resource

ValueSet
type-of-data-vsTypeOfDataVS

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem type-of-data-cs

This case-sensitive code system http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/type-of-data-cs defines the following codes:

CodeDisplayDefinition
PCT PCTPCT
IMG IMGIMG
VIDEO VideoVideo
TXT TextText
URL URLURL

Source

{
  "resourceType": "CodeSystem",
  "id": "type-of-data-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/type-of-data-cs",
  "version": "0.1.0",
  "name": "TypeOfDataCS",
  "title": "Type of information to be added in epi CS",
  "status": "active",
  "experimental": true,
  "date": "2025-07-18T15:55:38+00:00",
  "publisher": "Gravitate Health Project",
  "contact": [
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    },
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description": "Type of information to be added in epi CS",
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "PCT",
      "display": "PCT",
      "definition": "PCT"
    },
    {
      "code": "IMG",
      "display": "IMG",
      "definition": "IMG"
    },
    {
      "code": "VIDEO",
      "display": "Video",
      "definition": "Video"
    },
    {
      "code": "TXT",
      "display": "Text",
      "definition": "Text"
    },
    {
      "code": "URL",
      "display": "URL",
      "definition": "URL"
    }
  ]
}