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-immunization-covid-3b - 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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  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" ]     ]
  ] ) . #