@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-prescription-type"] ; #
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-prescription-type</code> defines the following codes:</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\">1<a name=\"mr-prescription-type-1\"> </a></td><td>Manual</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"mr-prescription-type-2\"> </a></td><td>Paperscript</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"mr-prescription-type-3\"> </a></td><td>Paperless</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"mr-prescription-type-4\"> </a></td><td>Medication Request</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"mr-prescription-type-5\"> </a></td><td>Prescribed Elsewhere</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-prescription-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.4.1"] ; #
fhir:name [ fhir:v "MRPrescriptionTypeCodeSystem"] ; #
fhir:title [ fhir:v "Prescription Type CodeSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-10-28T02:34:31+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "MediRecords Prescription Type CodeSystem"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
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" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Medication Request" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Prescribed Elsewhere" ]
] ) . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2024-10-28
Links: Table of Contents |
QA Report