0.1.0 - ci-build
kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "KNHTS.VSTRSN"] ; # 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 KNHTS.VSTRSN</b></p><a name=\"KNHTS.VSTRSN\"> </a><a name=\"hcKNHTS.VSTRSN\"> </a><a name=\"KNHTS.VSTRSN-en-US\"> </a><p>This case-insensitive code system <code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.VSTRSN</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">VSTRSN01<a name=\"KNHTS.VSTRSN-VSTRSN01\"> </a></td><td>NEW_VISIT</td><td>New Visit</td></tr><tr><td style=\"white-space:nowrap\">VSTRSN02<a name=\"KNHTS.VSTRSN-VSTRSN02\"> </a></td><td>FOLLOW_UP</td><td>Follow Up</td></tr><tr><td style=\"white-space:nowrap\">VSTRSN03<a name=\"KNHTS.VSTRSN-VSTRSN03\"> </a></td><td>REFILL</td><td>Refill</td></tr><tr><td style=\"white-space:nowrap\">VSTRSN04<a name=\"KNHTS.VSTRSN-VSTRSN04\"> </a></td><td>WALK_IN</td><td>Walk in</td></tr><tr><td style=\"white-space:nowrap\">VSTRSN05<a name=\"KNHTS.VSTRSN-VSTRSN05\"> </a></td><td>REFERRAL</td><td>Referral</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.VSTRSN"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTS_VISIT_REASON"] ; # fhir:title [ fhir:v "KNHTS.VSTRSN CodeSystem for Visit Reason"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-09-06T09:59:02+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 "http://example.org/example-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "CodeSystem for KNHTS Visit Reason"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "VSTRSN01" ] ; fhir:display [ fhir:v "NEW_VISIT" ] ; fhir:definition [ fhir:v "New Visit" ] ] [ fhir:code [ fhir:v "VSTRSN02" ] ; fhir:display [ fhir:v "FOLLOW_UP" ] ; fhir:definition [ fhir:v "Follow Up" ] ] [ fhir:code [ fhir:v "VSTRSN03" ] ; fhir:display [ fhir:v "REFILL" ] ; fhir:definition [ fhir:v "Refill" ] ] [ fhir:code [ fhir:v "VSTRSN04" ] ; fhir:display [ fhir:v "WALK_IN" ] ; fhir:definition [ fhir:v "Walk in" ] ] [ fhir:code [ fhir:v "VSTRSN05" ] ; fhir:display [ fhir:v "REFERRAL" ] ; fhir:definition [ fhir:v "Referral" ] ] ) . #