WHO Digital Documentation of COVID-19 Certificates (DDCC) 1.0.1 - release
Publication Build: This will be filled in by the publication tooling
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "DDCCQRTypeValueSet"] ; # 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: ValueSet DDCCQRTypeValueSet</b></p><a name=\"DDCCQRTypeValueSet\"> </a><a name=\"hcDDCCQRTypeValueSet\"> </a><a name=\"DDCCQRTypeValueSet-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-DDCCQRTypeCodeSystem.html\"><code>http://smart.who.int/ddcc/CodeSystem/DDCCQRTypeCodeSystem</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://smart.who.int/ddcc/ValueSet/DDCCQRTypeValueSet"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.1"] ; # fhir:name [ fhir:v "DDCCQRTypeValueSet"] ; # fhir:title [ fhir:v "DDCC QR Type Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-12-18T16:40:01+01: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 "Type of QR codes by their business usage"] ; # 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:compose [ ( fhir:include [ fhir:system [ fhir:v "http://smart.who.int/ddcc/CodeSystem/DDCCQRTypeCodeSystem"^^xsd:anyURI ] ] ) ] . #