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 Organization (NGO Outreach Post) - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-003"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization"^^xsd:anyURI ;
fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Organization</b>: Federal Ministry of Health - Immunization Department</p><p><b>Identifier</b>: FMOH-IMM-01</p><p><b>Type</b>: Federal Health Agency</p><p><b>Address</b>: Abuja FCT</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-registry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HCF-12346" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-facility-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outreach" ] ;
fhir:display [ fhir:v "Outreach session" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "UNICEF Supported Outreach Immunization Post"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+234-809-876-5432" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "outreach.kano@unicef.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Community Square, Kumbotso" ] ) ;
fhir:city [ fhir:v "Kano" ] ;
fhir:district [ fhir:v "kn-albasu" ] ;
fhir:state [ fhir:v "KN" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/organization-003" ]
  ] . #