0.1.0 - ci-build

RxVentureIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Program Review Types - TTL Representation

Draft as of 2024-11-28

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 "program-review-types"] ; # 
  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 program-review-types</b></p><a name=\"program-review-types\"> </a><a name=\"hcprogram-review-types\"> </a><a name=\"program-review-types-en-US\"> </a><p>This  code system <code>http://openclintech.com/rxventure/fhir/CodeSystem/program-review-types</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\">overall<a name=\"program-review-types-overall\"> </a></td><td>Overall</td><td>Overall review of the residency program on a scale of 1 to 10. 1 being the worst and 10 being the best.</td></tr><tr><td style=\"white-space:nowrap\">preceptor-quality<a name=\"program-review-types-preceptor-quality\"> </a></td><td>Preceptor Quality</td><td>A review of the quality of preceptors at the residency program.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://openclintech.com/rxventure/fhir/CodeSystem/program-review-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ProgramReviewTypes_CS"] ; # 
  fhir:title [ fhir:v "Program Review Types"] ; # 
  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 "The different types of reviews an individual can leave for a residency program."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "overall" ] ;
fhir:display [ fhir:v "Overall" ] ;
fhir:definition [ fhir:v "Overall review of the residency program on a scale of 1 to 10. 1 being the worst and 10 being the best." ]
  ] [
fhir:code [ fhir:v "preceptor-quality" ] ;
fhir:display [ fhir:v "Preceptor Quality" ] ;
fhir:definition [ fhir:v "A review of the quality of preceptors at the residency program." ]
  ] ) . #