NPHCDA Immunization FHIR IG
0.7.0 - ci-build Nigeria flag

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

: Example NG-Imm Practitioner (CHEW, Kano) - TTL Representation

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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "practitioner-002"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPractitioner"^^xsd:anyURI ;
fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPractitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Practitioner</b>: Mr. John Bello (male), born 1982-12-10</p><p><b>Identifier</b>: MDCN-654321</p><p><b>Contact</b>: +234-809-555-8877</p><p><b>Qualification</b>: Nursing Certificate issued by Kano PHC Board</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-mdcn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CHEW-12346" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Abdullahi" ] ;
    ( fhir:given [ fhir:v "Musa" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+234-806-445-7788" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "musa.abdullahi@kano-phc.gov.ng" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1990-11-08"^^xsd:date] ; # 
  fhir:qualification ( [
fhir:code [
fhir:text [ fhir:v "CHEW License KNS/2022/01432" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2022-02-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-02-01"^^xsd:date ]     ] ;
fhir:issuer [
fhir:reference [ fhir:v "Organization/organization-003" ]     ]
  ] ) . #