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

This is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc and changes regularly.

: 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\"><p><b>Generated Narrative: Patient</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>name</b>: Aulus Agerius</p><p><b>birthDate</b>: 2003-03-03</p></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\"><p><b>Generated Narrative: Immunization</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, replicating viral vector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM0CX4)</span></p><p><b>patient</b>: <a href=\"#resource0\">See above (resource:0)</a></p><p><b>occurrence</b>: 2021-05-06</p><p><b>manufacturer</b>: <span>id: TEST</span></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><span>: Government Hospital</span></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/DDCC-Example-Test-CodeSystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TEST" ]     ]
  ] ; # 
  fhir:lotNumber [ fhir:v "123"] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "Government Hospital" ]     ]
  ] ) . #