MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Document Reference Letter 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mr-document-letter-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/51852-2/\">51852-2</a></td><td>Letter</td></tr><tr><td><a href=\"https://loinc.org/18776-5/\">18776-5</a></td><td>Plan of care note</td></tr><tr><td><a href=\"https://loinc.org/72170-4/\">72170-4</a></td><td>Photographic image</td></tr><tr><td><a href=\"https://loinc.org/47045-0/\">47045-0</a></td><td>Study report</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-document-letter-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MRDocumentLetterCategory"] ; # 
  fhir:title [ fhir:v "MediRecords Document Reference Letter Category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Document Reference Letter Category ValueSet"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "51852-2" ] ;
fhir:display [ fhir:v "Letter" ]       ] [
fhir:code [ fhir:v "18776-5" ] ;
fhir:display [ fhir:v "Plan of care note" ]       ] [
fhir:code [ fhir:v "72170-4" ] ;
fhir:display [ fhir:v "Photographic image" ]       ] [
fhir:code [ fhir:v "47045-0" ] ;
fhir:display [ fhir:v "Study report" ]       ] )     ] )
  ] . #