@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "visa-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem visa-codes

This case-sensitive code system https://fhir.medtechglobal.com/CodeSystem/visa-codes defines the following codes:

CodeDisplay
I Interim Visa
O Other
S Special Student Visa
W Work Visa
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://fhir.medtechglobal.com/CodeSystem/visa-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.0.1"] ; # fhir:name [ fhir:v "VisaTypeCodes"] ; # fhir:title [ fhir:v "Medtech Visa Type CodeSystem"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-08-12T01:02:12+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Medtech Global"] ; # fhir:contact ( [ fhir:name [ fhir:v "Medtech Global" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://medtechglobal.com" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "support@medtechglobal.com" ] ] ) ] [ fhir:name [ fhir:v "Medtech Support" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "support@medtechglobal.com" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "CodeSystem to support Visa Types"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "I" ] ; fhir:display [ fhir:v "Interim Visa" ] ] [ fhir:code [ fhir:v "O" ] ; fhir:display [ fhir:v "Other" ] ] [ fhir:code [ fhir:v "S" ] ; fhir:display [ fhir:v "Special Student Visa" ] ] [ fhir:code [ fhir:v "W" ] ; fhir:display [ fhir:v "Work Visa" ] ] ) . # # -------------------------------------------------------------------------------------