This page is part of the WHO Digital Documentation of COVID-19 Certificates (DDCC) (v1.0.0: releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: DDCC Composition Category Codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DDCCCompositionCategoryCodeSystem"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DDCCCompositionCategoryCodeSystem</b></p><a name=\"DDCCCompositionCategoryCodeSystem\"> </a><a name=\"hcDDCCCompositionCategoryCodeSystem\"> </a><a name=\"DDCCCompositionCategoryCodeSystem-en-US\"> </a><p>This case-sensitive code system <code>http://smart.who.int/ddcc/CodeSystem/DDCCCompositionCategoryCodeSystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ddcc-vs<a name=\"DDCCCompositionCategoryCodeSystem-ddcc-vs\"> </a></td><td>DDCC:VS</td></tr><tr><td style=\"white-space:nowrap\">ddcc-tr<a name=\"DDCCCompositionCategoryCodeSystem-ddcc-tr\"> </a></td><td>DDCC:TR</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://smart.who.int/ddcc/CodeSystem/DDCCCompositionCategoryCodeSystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "DDCCCompositionCategoryCodeSystem"] ; #
fhir:title [ fhir:v "DDCC Composition Category Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-15T11:00:36+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "WHO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "Possible categories available for composition."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ddcc-vs" ] ;
fhir:display [ fhir:v "DDCC:VS" ]
] [
fhir:code [ fhir:v "ddcc-tr" ] ;
fhir:display [ fhir:v "DDCC:TR" ]
] ) . #