SMART Health Cards: Vaccination & Testing Implementation Guide
1.0.0 - STU1 Release International flag

SMART Health Cards: Vaccination & Testing Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-shc-vaccination-ig/ and changes regularly. See the Directory of published versions

: example-bundle-immunization-covid - 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: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> )
  ] [
fhir:fullUrl [ fhir:v "resource:2"^^xsd:anyURI ] ;
    ( fhir:resource <resource:2> )
  ] [
fhir:fullUrl [ fhir:v "resource:3"^^xsd:anyURI ] ;
    ( fhir:resource <resource:3> )
  ] ) . # 

<resource:0> a fhir:Patient ;
  fhir:name ( [
fhir:family [ fhir:v "Anyperson" ] ;
    ( fhir:given [ fhir:v "John" ] [ fhir:v "B." ] )
  ] ) ; # 
  fhir:birthDate [ fhir:v "1951-01-20"^^xsd:date] . # 

<resource:1> a fhir:Immunization ;
  fhir:meta [
    ( fhir:security [
fhir:system [ fhir:v "https://smarthealth.cards/ial"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IAL1.2" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "207" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "resource:0" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-01-01"^^xsd:date] ; # 
  fhir:lotNumber [ fhir:v "0000001"] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "ABC General Hospital" ]     ]
  ] ) . # 

<resource:2> a fhir:Immunization ;
  fhir:meta [
    ( fhir:security [
fhir:system [ fhir:v "https://smarthealth.cards/ial"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IAL1.2" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "207" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "resource:0" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-01-29"^^xsd:date] ; # 
  fhir:lotNumber [ fhir:v "0000007"] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "ABC General Hospital" ]     ]
  ] ) . # 

<resource:3> a fhir:Immunization ;
  fhir:meta [
    ( fhir:security [
fhir:system [ fhir:v "https://smarthealth.cards/ial"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IAL1.2" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "229" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "resource:0" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2022-09-05"^^xsd:date] ; # 
  fhir:lotNumber [ fhir:v "0000001"] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "ABC General Hospital" ]     ]
  ] ) . #