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.

: IPS-Immunization-Example-Bundle-01 - 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 "IPS-Immunization-Example-Bundle-01"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2021-04-30T00:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:afd2a258-c0fb-4a41-a337-263e9efd9936"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:afd2a258-c0fb-4a41-a337-263e9efd9936> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:52e23edf-f8d0-4386-a50b-a4750bb4f0b9"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:52e23edf-f8d0-4386-a50b-a4750bb4f0b9> )
  ] ) . # 

<urn:uuid:afd2a258-c0fb-4a41-a337-263e9efd9936> a fhir:Patient ;
  fhir:id [ fhir:v "afd2a258-c0fb-4a41-a337-263e9efd9936"] ; # 
  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=\"afd2a258-c0fb-4a41-a337-263e9efd9936\"> </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;afd2a258-c0fb-4a41-a337-263e9efd9936&quot; </p></div><p><b>identifier</b>: id: 1998041799999, id: urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76</p><p><b>name</b>: Marie Lux-Brennard </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1998-04-17</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.182.4.4"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1998041799999" ]
  ] [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Lux-Brennard" ] ;
    ( fhir:given [ fhir:v "Marie" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1998-04-17"^^xsd:date] . # 

<urn:uuid:52e23edf-f8d0-4386-a50b-a4750bb4f0b9> a fhir:Immunization ;
  fhir:id [ fhir:v "52e23edf-f8d0-4386-a50b-a4750bb4f0b9"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"52e23edf-f8d0-4386-a50b-a4750bb4f0b9\"> </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;52e23edf-f8d0-4386-a50b-a4750bb4f0b9&quot; </p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, DNA based <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM6AT1)</span></p><p><b>patient</b>: <a href=\"#Patient_afd2a258-c0fb-4a41-a337-263e9efd9936\">See above (Patient/afd2a258-c0fb-4a41-a337-263e9efd9936)</a></p><p><b>occurrence</b>: 2021-04-21 00:00:00+0200</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: AXK23RWERS</p><p><b>expirationDate</b>: 2021-06-01</p></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 "XM6AT1" ] ;
fhir:display [ fhir:v "COVID-19 vaccine, DNA based" ]     ] ) ;
fhir:text [ fhir:v "COVID-19 vaccine, DNA based" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/afd2a258-c0fb-4a41-a337-263e9efd9936" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-04-21T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:lotNumber [ fhir:v "AXK23RWERS"] ; # 
  fhir:expirationDate [ fhir:v "2021-06-01"^^xsd:date] . #