RxVentureIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Post Graduate Category - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "post-graduate-category"] ; #
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 post-graduate-category</b></p><a name=\"post-graduate-category\"> </a><a name=\"hcpost-graduate-category\"> </a><a name=\"post-graduate-category-en-US\"> </a><p>This code system <code>http://openclintech.com/rxventure/fhir/CodeSystem/post-graduate-category</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\">pgy1<a name=\"post-graduate-category-pgy1\"> </a></td><td>PGY-1</td><td>Post-Graduate Year 1 positions</td></tr><tr><td style=\"white-space:nowrap\">pgy2<a name=\"post-graduate-category-pgy2\"> </a></td><td>PGY-2</td><td>Post-Graduate Year 2 positions</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://openclintech.com/rxventure/fhir/CodeSystem/post-graduate-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "PostGraduateCategory_CS"] ; #
fhir:title [ fhir:v "Post Graduate Category"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-11-28T00:14:15-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "http://openclintech.com"] ; #
fhir:contact ( [
fhir:name [ fhir:v "http://openclintech.com" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://openclintech.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Post Graduate Categories"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "pgy1" ] ;
fhir:display [ fhir:v "PGY-1" ] ;
fhir:definition [ fhir:v "Post-Graduate Year 1 positions" ]
] [
fhir:code [ fhir:v "pgy2" ] ;
fhir:display [ fhir:v "PGY-2" ] ;
fhir:definition [ fhir:v "Post-Graduate Year 2 positions" ]
] ) . #