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

FHIR IG Statistics: ValueSet/cz-media-category

Packagehl7.fhir.cz.img
TypeValueSet
Idcz-media-category
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/img/https://build.fhir.org/ig/HL7-cz/img/ValueSet-cz-media-category.html
URLhttps://hl7.cz/fhir/img/ValueSet/cz-media-category
Version0.1.0-ballot
Statusdraft
Date2025-07-18T09:00:23+00:00
NameCZ_MediaCategory
TitleDigital Media Category (CZ)
Realmcz
Authorityhl7
DescriptionDigital Media Category

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
media-categoryDigital Media Category
media-categoryDigital Media Category

Narrative

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

Generated Narrative: ValueSet cz-media-category

Language: cs-CZ

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/media-category
    CodeDisplayDefinition
    imageObrazThe media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents
    videoVideoThe media consists of a series of frames that capture a moving image
    audioZvukThe media consists of a sound recording

Source

{
  "resourceType": "ValueSet",
  "id": "cz-media-category",
  "language": "cs-CZ",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://hl7.cz/fhir/img/ValueSet/cz-media-category",
  "identifier": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/media-category"
    }
  ],
  "version": "0.1.0-ballot",
  "name": "CZ_MediaCategory",
  "title": "Digital Media Category (CZ)",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-18T09:00:23+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Digital Media Category",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/media-category",
        "concept": [
          {
            "code": "image",
            "display": "Obraz"
          },
          {
            "code": "video",
            "display": "Video"
          },
          {
            "code": "audio",
            "display": "Zvuk"
          }
        ]
      }
    ]
  }
}