Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Ministry of Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Xhanti2309/Immunisation-IG/ and changes regularly. See the Directory of published versions

: Organization - Healthcare Service Provider - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "OrganizationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/zambia-immunizations/StructureDefinition/healthcare-service-provider"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/zambia-immunizations/StructureDefinition/healthcare-service-provider>     ] )
  ] ; # 
  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: Organization OrganizationExample</b></p><a name=\"OrganizationExample\"> </a><a name=\"hcOrganizationExample\"> </a><a name=\"OrganizationExample-en-US\"> </a><p><b>identifier</b>: Healthcare service provider identifier/facility-1</p><p><b>name</b>: Facility one</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] ) ;
fhir:text [ fhir:v "Healthcare service provider identifier" ]     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/zambia-immunizations/identifier/healthcare-service-provider"^^xsd:anyURI ] ;
fhir:value [ fhir:v "facility-1" ]
  ] ) ; # 
  fhir:name [ fhir:v "Facility one"] . #