MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Encounter Class 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-encounter-class-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-encounter-class-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\">OTHR<a name=\"mr-encounter-class-code-OTHR\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">LOCUM<a name=\"mr-encounter-class-code-LOCUM\"> </a></td><td>Locum Service</td></tr><tr><td style=\"white-space:nowrap\">MENTL<a name=\"mr-encounter-class-code-MENTL\"> </a></td><td>Mental Health</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-encounter-class-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MREncounterClassCodeSystem"] ; # 
  fhir:title [ fhir:v "MediRecords Encounter Class CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Encounter TypClasse CodeSystem"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "OTHR" ] ;
fhir:display [ fhir:v "Other" ]
  ] [
fhir:code [ fhir:v "LOCUM" ] ;
fhir:display [ fhir:v "Locum Service" ]
  ] [
fhir:code [ fhir:v "MENTL" ] ;
fhir:display [ fhir:v "Mental Health" ]
  ] ) . #