@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 -------------------------------------------------------------------

<https://fhir.medirecords.com/ValueSet/mr-medication-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mr-medication-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-medication-type</b></p><a name=\"mr-medication-type\"> </a><a name=\"hcmr-medication-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/1208954007\">1208954007</a></td><td>Extemporaneous preparation</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-medication-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2"] ; # 
  fhir:name [ fhir:v "MRMedicationTypeValueset"] ; # 
  fhir:title [ fhir:v "MediRecords Medication Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-06-18T00:44:23+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Medication Type ValueSet"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "1208954007" ] ;
         fhir:display [ fhir:v "Extemporaneous preparation" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

