MediRecords FHIR Implementation Guide
1.4.2 - release


: MediRecords Document Reference Attachment Category - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-reference-attachment-category"] ; # 
  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: ValueSet mr-document-reference-attachment-category</b></p><a name=\"mr-document-reference-attachment-category\"> </a><a name=\"hcmr-document-reference-attachment-category\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-mr-admission-attachment-categories.html\">MediRecords Admission Attachment Categories ValueSet</a></li><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/11506-3/\">11506-3</a></td><td>Progress note</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-document-reference-attachment-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2"] ; # 
  fhir:name [ fhir:v "MRDocumentReferenceAttachmentCategory"] ; # 
  fhir:title [ fhir:v "MediRecords Document Reference Attachment Category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-12-12T04:39:21+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Document Reference Attachment Category ValueSet"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "https://fhir.medirecords.com/ValueSet/mr-admission-attachment-categories"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/ValueSet/mr-admission-attachment-categories>       ] )     ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "11506-3" ] ;
fhir:display [ fhir:v "Progress note" ]       ] )     ] )
  ] . #