SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: Example ActivityDefinition Title - XML Representation

Draft as of 2025-09-04

Raw xml | Download


<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="ExampleActivityDefintion"/>
  <meta>
    <profile
             value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-activitydefinition"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
<div>
    <table class="grid dict">

        
        <tr>
            <th scope="row"><b>Title: </b></th>
            <td style="padding-left: 4px;">Example ActivityDefinition Title</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Id: </b></th>
            <td style="padding-left: 4px;">ExampleActivityDefintion</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Version: </b></th>
            <td style="padding-left: 4px;">0.1.0</td>
        </tr>
        

        
        <tr>
            <th scope="row">
                <b>
                    
                        
                            Accession ID Identifier:
                        
                    
                </b>
            </th>
            <td style="padding-left: 4px;">
                
                <p style="margin-bottom: 5px;">
                    <span>APT123456</span>
                </p>
                
            </td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Status: </b></th>
            <td style="padding-left: 4px;">draft</td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Date (date last changed): </b></th>
            <td style="padding-left: 4px;">2025-09-04 11:38:54+0000</td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Publisher (steward): </b></th>
            <td style="padding-left: 4px;">Kathurima Kimathi</td>
        </tr>
        

        

        

        

        

        

        

        

        

        

        

        

        

        
        
        

        

        

        

        

        

        

        

        

        

        

        

        

        

        
    </table>
</div>
</div>
  </text>
  <url
       value="https://fhir.slade360.co.ke/fhir/ActivityDefinition/ExampleActivityDefintion"/>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
    </type>
    <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
    <value value="APT123456"/>
    <assigner>🔗 
      <reference value="Organization/ExampleSGHIOrganization"/>
    </assigner>
  </identifier>
  <version value="0.1.0"/>
  <name value="Example ActivityDefition Name"/>
  <title value="Example ActivityDefinition Title"/>
  <status value="draft"/>
  <date value="2025-09-04T11:38:54+00:00"/>
  <publisher value="Kathurima Kimathi"/>
  <contact>
    <name value="Kathurima Kimathi"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.linkedin.com/in/kathurima-kimathi/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="kathurimakimathi415@gmail.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Oscar John"/>
    <telecom>
      <system value="email"/>
      <value value="oscarjohnotieno@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="Kennedy Omondi"/>
    <telecom>
      <system value="email"/>
      <value value="kennankole@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
</ActivityDefinition>