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 (Private Hospital) - 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-002"] ; # 
  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>: Kano State Primary Health Care Board</p><p><b>Identifier</b>: KNSPHCB-01</p><p><b>Type</b>: State Primary Healthcare Board</p><p><b>Address</b>: Kano Municipal, Kano State</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-12347" ]
  ] ) ; # 
  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 "tertiary" ] ;
fhir:display [ fhir:v "Tertiary Hospital" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Garki Specialist Hospital"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+234-701-234-5678" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@garkihospital.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Plot 132, Area 3, Garki" ] ) ;
fhir:city [ fhir:v "Abuja" ] ;
fhir:district [ fhir:v "fc-municipal" ] ;
fhir:state [ fhir:v "FC" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/organization-002" ]
  ] . #