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.

: Digital Documentation of COVID-19 Certificate (DDCC) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DDCC-Composition-Example-English"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCVSComposition"^^xsd:anyURI ;
fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCVSComposition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"DDCC-Composition-Example-English\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Composition &quot;DDCC-Composition-Example-English&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCVSComposition.html\">DDCC:VS Composition</a></p></div><p><b>identifier</b>: id: 999123456123456123456 (use: OFFICIAL)</p><p><b>status</b>: final</p><p><b>type</b>: Immunization summary report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#82593-5)</span></p><p><b>date</b>: 2020-05-06</p><p><b>author</b>: <a href=\"Organization-DDCC-Organization-English.html\">Organization/DDCC-Organization-English</a> &quot;Government Hospital&quot;</p><p><b>title</b>: Digital Documentation of COVID-19 Certificate (DDCC)</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>official</td><td><a href=\"Organization-DDCC-Organization-English.html\">Organization/DDCC-Organization-English</a> &quot;Government Hospital&quot;</td></tr></table></div>"
  ] ; # 
  fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:EXAMPLE-who-:ddcc:composition:ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999123456123456123456" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:82593-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82593-5" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/DDCC-Patient-English" ]
  ] ; # 
  fhir:date [ fhir:v "2020-05-06"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/DDCC-Organization-English" ]
  ] ) ; # 
  fhir:title [ fhir:v "Digital Documentation of COVID-19 Certificate (DDCC)"] ; # 
  fhir:attester ( [
fhir:mode [ fhir:v "official" ] ;
fhir:party [
fhir:reference [ fhir:v "Organization/DDCC-Organization-English" ]     ]
  ] ) ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
a loinc:11369-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11369-6" ]       ] )     ] ;
fhir:focus [
fhir:reference [ fhir:v "Immunization/DDCC-Immunization-English" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Immunization/DDCC-Immunization-English" ]     ] [
fhir:reference [ fhir:v "ImmunizationRecommendation/DDCC-ImmunizationRecommendation-English" ]     ] )
  ] ) . #