SMART Health Cards: Vaccination & Testing Implementation Guide
0.6.2 - STU 1 (Ballot Version)

This page is part of the SMART Health Cards Vaccination and Testing, Release 1 | STU 1 (v0.6.2: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Identity Assurance Level Code System - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "identity-assurance-level-code-system"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://smarthealth.cards/ial 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:CodeSystem.url [ fhir:value "https://smarthealth.cards/ial"];
  fhir:CodeSystem.version [ fhir:value "0.6.2"];
  fhir:CodeSystem.name [ fhir:value "IdentityAssuranceLevelCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Identity Assurance Level Code System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-08-13T13:26:56+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Public Health Work Group"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health Work Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "vci-ig@mitre.org" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Code representing identity assurance level, based on NIST 800-63-3"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CodeSystem.copyright [ fhir:value "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:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "IAL1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Name and birth date were self-asserted." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "IAL1.2" ];
     fhir:CodeSystem.concept.display [ fhir:value "An unspecified ID was used to verify name and birth date." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "IAL1.4" ];
     fhir:CodeSystem.concept.display [ fhir:value "A US state-issued photo ID or nationally-issued photo ID was used to verify name and birth date." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "IAL2" ];
     fhir:CodeSystem.concept.display [ fhir:value "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:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "IAL3" ];
     fhir:CodeSystem.concept.display [ fhir:value "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." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.