0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. 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/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Reason Ultrasound Not Done - TTL Representation

Draft as of 2025-09-02

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "anc-reason-ultrasound-not-done"] ; # 
  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: CodeSystem anc-reason-ultrasound-not-done</b></p><a name=\"anc-reason-ultrasound-not-done\"> </a><a name=\"hcanc-reason-ultrasound-not-done\"> </a><p>This case-sensitive code system <code>http://fhir.kisumuhealth.co.ke/CodeSystem/anc-reason-ultrasound-not-done</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">32911000<a name=\"anc-reason-ultrasound-not-done-32911000\"> </a></td><td>Equipment not available</td></tr><tr><td style=\"white-space:nowrap\">11626002<a name=\"anc-reason-ultrasound-not-done-11626002\"> </a></td><td>Technician unavailable</td></tr><tr><td style=\"white-space:nowrap\">127015007<a name=\"anc-reason-ultrasound-not-done-127015007\"> </a></td><td>Other specified</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-reason-ultrasound-not-done"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ANCReasonUltrasoundNotDoneCS"] ; # 
  fhir:title [ fhir:v "Reason Ultrasound Not Done"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-02T07:40:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "intellisoftkenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "intellisoftkenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.intellisoftkenya.com/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Reason Ultrasound Not Done"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "32911000" ] ;
fhir:display [ fhir:v "Equipment not available" ]
  ] [
fhir:code [ fhir:v "11626002" ] ;
fhir:display [ fhir:v "Technician unavailable" ]
  ] [
fhir:code [ fhir:v "127015007" ] ;
fhir:display [ fhir:v "Other specified" ]
  ] ) . #