| Package | hl7.fhir.cz.img |
| Resource Type | ValueSet |
| Id | cz-media-category |
| FHIR Version | R4 |
| Source | https://hl7.cz/fhir/img/https://build.fhir.org/ig/HL7-cz/img/ValueSet-cz-media-category.html |
| URL | https://hl7.cz/fhir/img/ValueSet/cz-media-category |
| Version | 0.1.0-ballot |
| Status | draft |
| Date | 2025-08-08T07:03:31+00:00 |
| Name | CZ_MediaCategory |
| Title | Digital Media Category (CZ) |
| Realm | cz |
| Authority | hl7 |
| Description | Digital Media Category |
No resources found
| CodeSystem | |
| media-category | Digital Media Category |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet cz-media-category
Language: cs
http://terminology.hl7.org/CodeSystem/media-category version 4.0.0| Code | Display | Definition |
| image | Obraz | The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents |
| video | Video | The media consists of a series of frames that capture a moving image |
| audio | Zvuk | The media consists of a sound recording |
{
"resourceType": "ValueSet",
"id": "cz-media-category",
"language": "cs",
"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|4.0.0"
}
],
"version": "0.1.0-ballot",
"name": "CZ_MediaCategory",
"title": "Digital Media Category (CZ)",
"status": "draft",
"experimental": false,
"date": "2025-08-08T07:03:31+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",
"version": "4.0.0",
"concept": [
{
"code": "image",
"display": "Obraz"
},
{
"code": "video",
"display": "Video"
},
{
"code": "audio",
"display": "Zvuk"
}
]
}
]
}
}