ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions
: DigitalCertificateDocumentFolderExample - 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:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DigitalCertificateDocumentFolderExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/DigitalCertificateDocumentFolder"^^xsd:anyURI ;
fhir:link <https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/DigitalCertificateDocumentFolder> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List DigitalCertificateDocumentFolderExample</b></p><a name=\"DigitalCertificateDocumentFolderExample\"> </a><a name=\"hcDigitalCertificateDocumentFolderExample\"> </a><a name=\"DigitalCertificateDocumentFolderExample-en-US\"> </a><table class=\"clstu\"><tr><td>Mode: Snapshot List </td><td>Status: Current </td></tr><tr><td>Subject: <a href=\"Patient-DigitalCertificatePatientExample.html\">John Doe(official) Male, DoB: 1990-01-01 ( https://chanjoke.intellisoftkenya.com/fhir/identifiers#DCP123456789 (use: usual, ))</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"DocumentReference-DigitalCertificateDocumentReferenceExample.html\">DocumentReference: status = current; date = 2020-02-02 01:02:03+0200</a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "snapshot"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/DigitalCertificatePatientExample" ]
] ; #
fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "DocumentReference/DigitalCertificateDocumentReferenceExample" ] ]
] ) . #