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.

: Example-Chinese - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-Chinese"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCVSDocument"^^xsd:anyURI ;
fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCVSDocument>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:EXAMPLE-who-:ddcc:bundle:ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9990123012301230123" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2021-06-03T13:28:17-05:00"^^xsd:dateTime] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "publication" ] ;
fhir:url [ fhir:v "urn:HCID:1234567890"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Composition/DDCC-Composition-Example-Chinese"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Composition/DDCC-Composition-Example-Chinese> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/DDCC-Patient-Chinese"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Patient/DDCC-Patient-Chinese> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Organization/DDCC-Organization-Chinese"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Organization/DDCC-Organization-Chinese> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Immunization/DDCC-Immunization-Chinese"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Immunization/DDCC-Immunization-Chinese> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/ImmunizationRecommendation/DDCC-ImmunizationRecommendation-Chinese"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/ImmunizationRecommendation/DDCC-ImmunizationRecommendation-Chinese> )
  ] ) . # 

<http://www.example.org/fhir/Composition/DDCC-Composition-Example-Chinese> a fhir:Composition ;
  fhir:id [ fhir:v "DDCC-Composition-Example-Chinese"] ; # 
  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-Chinese\"> </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-Chinese&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 Rpt <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-Chinese\">See above (Organization/DDCC-Organization-Chinese)</a></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-Chinese\">See above (Organization/DDCC-Organization-Chinese)</a></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-Chinese" ]
  ] ; # 
  fhir:date [ fhir:v "2020-05-06"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/DDCC-Organization-Chinese" ]
  ] ) ; # 
  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-Chinese" ]     ]
  ] ) ; # 
  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-Chinese" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Immunization/DDCC-Immunization-Chinese" ]     ] [
fhir:reference [ fhir:v "ImmunizationRecommendation/DDCC-ImmunizationRecommendation-Chinese" ]     ] )
  ] ) . # 

<http://www.example.org/fhir/Patient/DDCC-Patient-Chinese> a fhir:Patient ;
  fhir:id [ fhir:v "DDCC-Patient-Chinese"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCPatient"^^xsd:anyURI ;
fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCPatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"DDCC-Patient-Chinese\"> </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 Patient &quot;DDCC-Patient-Chinese&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCPatient.html\">DDCC Patient</a></p></div><p><b>name</b>: 奥卢斯·阿杰里乌斯(OFFICIAL)</p><p><b>birthDate</b>: 2003-03-03</p></div>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "奥卢斯·阿杰里乌斯" ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "2003-03-03"^^xsd:date] . # 

<http://www.example.org/fhir/Organization/DDCC-Organization-Chinese> a fhir:Organization ;
  fhir:id [ fhir:v "DDCC-Organization-Chinese"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCOrganization"^^xsd:anyURI ;
fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCOrganization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"DDCC-Organization-Chinese\"> </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 Organization &quot;DDCC-Organization-Chinese&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCOrganization.html\">DDCC Organization</a></p></div><p><b>name</b>: 政府医院</p></div>"
  ] ; # 
  fhir:name [ fhir:v "政府医院"] . # 

<http://www.example.org/fhir/Immunization/DDCC-Immunization-Chinese> a fhir:Immunization ;
  fhir:id [ fhir:v "DDCC-Immunization-Chinese"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunization"^^xsd:anyURI ;
fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCImmunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"DDCC-Immunization-Chinese\"> </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 Immunization &quot;DDCC-Immunization-Chinese&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCImmunization.html\">DDCC Immunization</a></p></div><p><b>DDCC Event Brand for Immunization</b>: EpiVacCorona (Details: http://id.who.int/icd11/mms code XM6SZ8 = 'EpiVacCorona', stated as 'null')</p><p><b>DDCC Country Of Event for Immunization</b>: CHN</p><p><b>DDCC Vaccine Market Authorization for Immunization</b>: Test (Details: http://smart.who.int/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem code TEST = 'Test', stated as 'null')</p><p><b>DDCC Vaccine Valid From</b>: 2021-05-30</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, virus protein subunit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM5JC5)</span></p><p><b>patient</b>: <a href=\"#Patient_DDCC-Patient-Chinese\">See above (Patient/DDCC-Patient-Chinese)</a></p><p><b>occurrence</b>: 2021-05-06</p><p><b>location</b>: <span>: 疫苗接种现场</span></p><p><b>lotNumber</b>: 123</p><p><b>expirationDate</b>: 2021-06-30</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><a href=\"#Organization_DDCC-Organization-Chinese\">See above (Organization/DDCC-Organization-Chinese)</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#Organization_DDCC-Organization-Chinese\">See above (Organization/DDCC-Organization-Chinese)</a></td><td>COVID-19 Disease <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#RA01)</span></td><td>1</td><td>2</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCEventBrand"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM6SZ8" ]     ]
  ] [
fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCCountryOfEvent"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CHN" ]
  ] [
fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCVaccineMarketAuthorization"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://smart.who.int/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TEST" ]     ]
  ] [
fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCVaccineValidFrom"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2021-05-30"^^xsd:date ]
  ] ) ; # 
  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 "XM5JC5" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/DDCC-Patient-Chinese" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-05-06"^^xsd:date] ; # 
  fhir:location [
fhir:display [ fhir:v "疫苗接种现场" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "123"] ; # 
  fhir:expirationDate [ fhir:v "2021-06-30"^^xsd:date] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/DDCC-Organization-Chinese" ]     ]
  ] ) ; # 
  fhir:protocolApplied ( [
fhir:authority [
fhir:reference [ fhir:v "Organization/DDCC-Organization-Chinese" ]     ] ;
    ( fhir:targetDisease [
      ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RA01" ]       ] )     ] ) ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:seriesDoses [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) . # 

<http://www.example.org/fhir/ImmunizationRecommendation/DDCC-ImmunizationRecommendation-Chinese> a fhir:ImmunizationRecommendation ;
  fhir:id [ fhir:v "DDCC-ImmunizationRecommendation-Chinese"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation"^^xsd:anyURI ;
fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"DDCC-ImmunizationRecommendation-Chinese\"> </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 ImmunizationRecommendation &quot;DDCC-ImmunizationRecommendation-Chinese&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCImmunizationRecommendation.html\">DDCC Immunization Recommendation</a></p></div><p><b>patient</b>: <a href=\"#Patient_DDCC-Patient-Chinese\">See above (Patient/DDCC-Patient-Chinese)</a></p><p><b>date</b>: 2021-05-06</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: COVID-19 vaccine, virus protein subunit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM5JC5)</span></p><p><b>forecastStatus</b>: Due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-immunization-recommendation-status.html\">Immunization Recommendation Status Codes</a>#due)</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>Date vaccine due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30980-7)</span></td><td>2021-05-20</td></tr></table><p><b>supportingImmunization</b>: <a href=\"#Immunization_DDCC-Immunization-Chinese\">See above (Immunization/DDCC-Immunization-Chinese)</a></p></blockquote></div>"
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/DDCC-Patient-Chinese" ]
  ] ; # 
  fhir:date [ fhir:v "2021-05-06"^^xsd:date] ; # 
  fhir:recommendation ( [
    ( fhir:vaccineCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM5JC5" ]       ] )     ] ) ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ]       ] )     ] ;
    ( fhir:dateCriterion [
fhir:code [
        ( fhir:coding [
a loinc:30980-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30980-7" ]         ] )       ] ;
fhir:value [ fhir:v "2021-05-20"^^xsd:date ]     ] ) ;
    ( fhir:supportingImmunization [
fhir:reference [ fhir:v "Immunization/DDCC-Immunization-Chinese" ]     ] )
  ] ) . #