MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Recipient Interpretation 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-diagnosticreport-recipient-interpretation"] ; # 
  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-diagnosticreport-recipient-interpretation</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\">1<a name=\"mr-diagnosticreport-recipient-interpretation-1\"> </a></td><td>Normal</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"mr-diagnosticreport-recipient-interpretation-2\"> </a></td><td>Abnormal</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"mr-diagnosticreport-recipient-interpretation-3\"> </a></td><td>Stable</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"mr-diagnosticreport-recipient-interpretation-4\"> </a></td><td>Acceptable</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"mr-diagnosticreport-recipient-interpretation-5\"> </a></td><td>Unacceptable</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"mr-diagnosticreport-recipient-interpretation-6\"> </a></td><td>Being treated</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-diagnosticreport-recipient-interpretation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MRDiagnosticReportRecipientInterpretation"] ; # 
  fhir:title [ fhir:v "MediRecords Recipient Interpretation CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Investigation Result Recipient Interpretation CodeSystem"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Normal" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Abnormal" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Stable" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Acceptable" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Unacceptable" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Being treated" ]
  ] ) . #