MediRecords FHIR Implementation Guide
1.4.2 - release


: Draft Prescription Type ValueSet - 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-draft-prescription-type"] ; # 
  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-draft-prescription-type</b></p><a name=\"mr-draft-prescription-type\"> </a><a name=\"hcmr-draft-prescription-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-mr-prescription-type.html\"><code>https://fhir.medirecords.com/CodeSystem/mr-prescription-type</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=\"CodeSystem-mr-prescription-type.html#mr-prescription-type-1\">1</a></td><td>Manual</td></tr><tr><td><a href=\"CodeSystem-mr-prescription-type.html#mr-prescription-type-2\">2</a></td><td>Paperscript</td></tr><tr><td><a href=\"CodeSystem-mr-prescription-type.html#mr-prescription-type-3\">3</a></td><td>Paperless</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-draft-prescription-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2"] ; # 
  fhir:name [ fhir:v "MRDraftPrescriptionTypeValueSet"] ; # 
  fhir:title [ fhir:v "Draft Prescription Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-04-23T22:51:42+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Prescription Type ValueSet for draft MedicationRequest"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-prescription-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Manual" ]       ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Paperscript" ]       ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Paperless" ]       ] )     ] )
  ] . #