Nigeria Immunization FHIR IG
0.1.0 - ci-build Nigeria flag

Nigeria Immunization FHIR IG, published by intellisoftkenya.com. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Immunization Reccomendation - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ImmunizationRecommendation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "immunizationRecommendation-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/NEIRImmunizationRecommendation"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/NEIRImmunizationRecommendation>     ] )
  ] ; # 
  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: ImmunizationRecommendation immunizationRecommendation-example</b></p><a name=\"immunizationRecommendation-example\"> </a><a name=\"hcimmunizationRecommendation-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NEIRImmunizationRecommendation.html\">ImmunizationRecommendation Profile - NEIR</a></p></div><p><b>identifier</b>: <code>https://nhin.example.ng/identifiers/nigeria-nin</code>/1234567890 (use: official, )</p><p><b>patient</b>: <a href=\"Patient-NEIRPatientExample.html\">John Doe  Male, DoB: 2020-06-18 ( http://moh.nigeria/identifier/nationalID-no#NEIR-12345)</a></p><p><b>date</b>: 2020-02-02</p><p><b>authority</b>: <a href=\"Organization/NEIROrganization\">Organization/NEIROrganization</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 143}\">Adenovirus types 4 and 7</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 1857005}\">Gestational rubella syndrome</span></p><p><b>contraindicatedVaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 143}\">Adenovirus types 4 and 7</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><p><b>forecastReason</b>: <span title=\"Codes:{http://snomed.info/sct 77176002}\">Smoker</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30981-5}\">Earliest date to give</span></td><td>2025-03-03</td></tr></table><p><b>description</b>: Adenovirus types 4 and 7</p><p><b>series</b>: 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 1</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://nhin.example.ng/identifiers/nigeria-nin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/NEIRPatientExample" ]
  ] ; # 
  fhir:date [ fhir:v "2020-02-02"^^xsd:date] ; # 
  fhir:authority [
fhir:reference [ fhir:v "Organization/NEIROrganization" ]
  ] ; # 
  fhir:recommendation ( [
    ( fhir:vaccineCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "143" ] ;
fhir:display [ fhir:v "Adenovirus types 4 and 7" ]       ] ) ;
fhir:text [ fhir:v "Adenovirus types 4 and 7" ]     ] ) ;
fhir:targetDisease [
      ( fhir:coding [
a sct:1857005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1857005" ] ;
fhir:display [ fhir:v "Gestational rubella syndrome" ]       ] ) ;
fhir:text [ fhir:v "Gestational rubella syndrome" ]     ] ;
    ( fhir:contraindicatedVaccineCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "143" ] ;
fhir:display [ fhir:v "Adenovirus types 4 and 7" ]       ] ) ;
fhir:text [ fhir:v "Adenovirus types 4 and 7" ]     ] ) ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ] ;
fhir:display [ fhir:v "Due" ]       ] ) ;
fhir:text [ fhir:v "Due" ]     ] ;
    ( fhir:forecastReason [
      ( fhir:coding [
a sct:77176002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77176002" ] ;
fhir:display [ fhir:v "Smoker" ]       ] )     ] ) ;
    ( fhir:dateCriterion [
fhir:code [
        ( fhir:coding [
a loinc:30981-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30981-5" ] ;
fhir:display [ fhir:v "Earliest date to give" ]         ] )       ] ;
fhir:value [ fhir:v "2025-03-03"^^xsd:date ]     ] ) ;
fhir:description [ fhir:v "Adenovirus types 4 and 7" ] ;
fhir:series [ fhir:v "1" ] ;
fhir:doseNumber [
a fhir:string ;
fhir:v "1"     ] ;
fhir:seriesDoses [
a fhir:string ;
fhir:v "1"     ]
  ] ) . #