WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

WHO Digital Documentation of COVID-19 Certificates (DDCC), published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc/tree/main and changes regularly. See the Directory of published versions

: SHCVaccinationBundleDM-Example-English-From-ddcc-to-shc - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SHCVaccinationBundleDM-Example-English-From-ddcc-to-shc"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "resource:0"^^xsd:anyURI ] ;
    ( fhir:resource <resource:0> )
  ] [
fhir:fullUrl [ fhir:v "resource:1"^^xsd:anyURI ] ;
    ( fhir:resource <resource:1> )
  ] ) . # 

<resource:0> a fhir:Patient ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient </b></p><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Aulus Agerius (no stated gender), DoB: 2003-03-03</p><hr/></div>"
  ] ; # 
  fhir:name ( [
fhir:text [ fhir:v "Aulus Agerius" ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "2003-03-03"^^xsd:date] . # 

<resource:1> a fhir:Immunization ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Immunization_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Immunization </b></p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://id.who.int/icd11/mms XM0CX4}\">XM0CX4</span></p><p><b>patient</b>: <a href=\"Bundle-SHCVaccinationBundleDM-Example-English-From-ddcc-to-shc.html#resource-0\">Bundle: type = collection</a></p><p><b>occurrence</b>: 2021-05-06</p><p><b>manufacturer</b>: Identifier: <code>http://smart.who.int/ddcc/CodeSystem/DDCCExampleTestCodeSystem</code>/TEST</p><p><b>lotNumber</b>: 123</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Government Hospital</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM0CX4" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "resource:0" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-05-06"^^xsd:date] ; # 
  fhir:manufacturer [
fhir:identifier [
fhir:system [ fhir:v "http://smart.who.int/ddcc/CodeSystem/DDCCExampleTestCodeSystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TEST" ]     ]
  ] ; # 
  fhir:lotNumber [ fhir:v "123"] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "Government Hospital" ]     ]
  ] ) . #