MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Job Type CodeSystem - 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 "mr-job-type-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.medirecords.com/CodeSystem/mr-job-type-code</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\">REG<a name=\"mr-job-type-code-REG\"> </a></td><td>Permanent/Regular</td></tr><tr><td style=\"white-space:nowrap\">PRT<a name=\"mr-job-type-code-PRT\"> </a></td><td>Part-time</td></tr><tr><td style=\"white-space:nowrap\">RCT<a name=\"mr-job-type-code-RCT\"> </a></td><td>Potential Recruit</td></tr><tr><td style=\"white-space:nowrap\">OTHR<a name=\"mr-job-type-code-OTHR\"> </a></td><td>Other</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-job-type-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MRJobTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "MediRecords Job Type CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Job Type CodeSystem"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "REG" ] ;
fhir:display [ fhir:v "Permanent/Regular" ]
  ] [
fhir:code [ fhir:v "PRT" ] ;
fhir:display [ fhir:v "Part-time" ]
  ] [
fhir:code [ fhir:v "RCT" ] ;
fhir:display [ fhir:v "Potential Recruit" ]
  ] [
fhir:code [ fhir:v "OTHR" ] ;
fhir:display [ fhir:v "Other" ]
  ] ) . #