MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords DocumentReference Category 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-document-reference-category-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-document-reference-category-code</code> defines the following code:</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\">clinical-note<a name=\"mr-document-reference-category-code-clinical-note\"> </a></td><td>Clinical Note</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-document-reference-category-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MRDocumentRefereneCategoryCodeSystem"] ; # 
  fhir:title [ fhir:v "MediRecords DocumentReference Category CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords CodeSystem to identify different categories of DocumentReference instances"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "clinical-note" ] ;
fhir:display [ fhir:v "Clinical Note" ]
  ] ) . #