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

: Identity Assurance Level Code System - TTL Representation

Draft as of 2023-12-27

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "identity-assurance-level-code-system"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://smarthealth.cards/ial</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">IAL1<a name=\"identity-assurance-level-code-system-IAL1\"> </a></td><td>Name and birth date were self-asserted.</td></tr><tr><td style=\"white-space:nowrap\">IAL1.2<a name=\"identity-assurance-level-code-system-IAL1.462\"> </a></td><td>An unspecified ID was used to verify name and birth date.</td></tr><tr><td style=\"white-space:nowrap\">IAL1.4<a name=\"identity-assurance-level-code-system-IAL1.464\"> </a></td><td>A US state-issued photo ID or nationally-issued photo ID was used to verify name and birth date.</td></tr><tr><td style=\"white-space:nowrap\">IAL2<a name=\"identity-assurance-level-code-system-IAL2\"> </a></td><td>Either remote or in-person identity proofing is required. IAL2 requires identifying attributes to have been verified in person or remotely using, at a minimum, the procedures given in NIST Special Publication 800-63A.</td></tr><tr><td style=\"white-space:nowrap\">IAL3<a name=\"identity-assurance-level-code-system-IAL3\"> </a></td><td>In-person identity proofing is required. Identifying attributes must be verified by an authorized CSP representative through examination of physical documentation as described in NIST Special Publication 800-63A.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
  ] ) ; # 
  fhir:url [ fhir:v "https://smarthealth.cards/ial"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "IdentityAssuranceLevelCodeSystem"] ; # 
  fhir:title [ fhir:v "Identity Assurance Level Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-27T21:00:27+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "vci-ig@mitre.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code representing identity assurance level, based on NIST 800-63-3"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright Computational Health Informatics Program, Boston Children's Hospital, Boston, MA as part of the [SMART Health Cards Framework](https://smarthealth.cards/ial). Licensed under CC-BY 4.0 (<https://creativecommons.org/licenses/by/4.0/>)."] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "IAL1" ] ;
fhir:display [ fhir:v "Name and birth date were self-asserted." ]
  ] [
fhir:code [ fhir:v "IAL1.2" ] ;
fhir:display [ fhir:v "An unspecified ID was used to verify name and birth date." ]
  ] [
fhir:code [ fhir:v "IAL1.4" ] ;
fhir:display [ fhir:v "A US state-issued photo ID or nationally-issued photo ID was used to verify name and birth date." ]
  ] [
fhir:code [ fhir:v "IAL2" ] ;
fhir:display [ fhir:v "Either remote or in-person identity proofing is required. IAL2 requires identifying attributes to have been verified in person or remotely using, at a minimum, the procedures given in NIST Special Publication 800-63A." ]
  ] [
fhir:code [ fhir:v "IAL3" ] ;
fhir:display [ fhir:v "In-person identity proofing is required. Identifying attributes must be verified by an authorized CSP representative through examination of physical documentation as described in NIST Special Publication 800-63A." ]
  ] ) . #