EHI Export Implementation Guide
0.1.0 - ci-build

EHI Export Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Immunization Status Code System - TTL Representation

Draft as of 2025-04-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "immunization-status-cs"] ; # 
  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: CodeSystem immunization-status-cs</b></p><a name=\"immunization-status-cs\"> </a><a name=\"hcimmunization-status-cs\"> </a><a name=\"immunization-status-cs-en-US\"> </a><p>This  code system <code>https://ehi-export.pointclickcare.com/site/CodeSystem-immunization-status-cs.html</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">COMPLETE<a name=\"immunization-status-cs-COMPLETE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">HISTORICAL<a name=\"immunization-status-cs-HISTORICAL\"> </a></td></tr><tr><td style=\"white-space:nowrap\">NEGATIVE<a name=\"immunization-status-cs-NEGATIVE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">NOT_ELIGIBLE<a name=\"immunization-status-cs-NOT_ELIGIBLE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">PENDING_CONSENT<a name=\"immunization-status-cs-PENDING_CONSENT\"> </a></td></tr><tr><td style=\"white-space:nowrap\">PENDING_IMMUNIZATION<a name=\"immunization-status-cs-PENDING_IMMUNIZATION\"> </a></td></tr><tr><td style=\"white-space:nowrap\">POSITIVE<a name=\"immunization-status-cs-POSITIVE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">REFUSED<a name=\"immunization-status-cs-REFUSED\"> </a></td></tr><tr><td style=\"white-space:nowrap\">PENDING_RESULTS<a name=\"immunization-status-cs-PENDING_RESULTS\"> </a></td></tr><tr><td style=\"white-space:nowrap\">UNDETERMINED<a name=\"immunization-status-cs-UNDETERMINED\"> </a></td></tr><tr><td style=\"white-space:nowrap\">PENDING_HISTORICAL<a name=\"immunization-status-cs-PENDING_HISTORICAL\"> </a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://ehi-export.pointclickcare.com/site/CodeSystem-immunization-status-cs.html"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ImmunizationStatusCS"] ; # 
  fhir:title [ fhir:v "Immunization Status Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-04-11T19:03:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PCC"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "PCC" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.pointclickcare.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@pointclickcare.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "PCC defined immunization statuses"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "COMPLETE" ] ;
fhir:display [ fhir:v "COMPLETE" ]
  ] [
fhir:code [ fhir:v "HISTORICAL" ] ;
fhir:display [ fhir:v "HISTORICAL" ]
  ] [
fhir:code [ fhir:v "NEGATIVE" ] ;
fhir:display [ fhir:v "NEGATIVE" ]
  ] [
fhir:code [ fhir:v "NOT_ELIGIBLE" ] ;
fhir:display [ fhir:v "NOT_ELIGIBLE" ]
  ] [
fhir:code [ fhir:v "PENDING_CONSENT" ] ;
fhir:display [ fhir:v "PENDING_CONSENT" ]
  ] [
fhir:code [ fhir:v "PENDING_IMMUNIZATION" ] ;
fhir:display [ fhir:v "PENDING_IMMUNIZATION" ]
  ] [
fhir:code [ fhir:v "POSITIVE" ] ;
fhir:display [ fhir:v "POSITIVE" ]
  ] [
fhir:code [ fhir:v "REFUSED" ] ;
fhir:display [ fhir:v "REFUSED" ]
  ] [
fhir:code [ fhir:v "PENDING_RESULTS" ] ;
fhir:display [ fhir:v "PENDING_RESULTS" ]
  ] [
fhir:code [ fhir:v "UNDETERMINED" ] ;
fhir:display [ fhir:v "UNDETERMINED" ]
  ] [
fhir:code [ fhir:v "PENDING_HISTORICAL" ] ;
fhir:display [ fhir:v "PENDING_HISTORICAL" ]
  ] ) . #