Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Medicationexample0310.ttl

4.3.2.299 CodeSystem http://hl7.org/fhir/concept-subsumption-outcome

Pharmacy Terminology Infrastructure icon Work Group   Maturity Level : N/A 0 Standards Status : Informative Compartments Use Context : Country: World, Not linked to any defined compartments Intended for Production use
Official URL : http://hl7.org/fhir/concept-subsumption-outcome Version : 5.0.0-draft-final
draft as of 2023-03-01 Computable Name : ConceptSubsumptionOutcome
Flags : Experimental, CaseSensitive, Complete OID : 2.16.840.1.113883.4.642.4.1239

Raw Turtle This Code system is used in the following value sets:


)

Generic Formulation Codes indicating the results of a subsumption check between codes. In the context of this CodeSystem, subsumption is defined in the FHIR specification under Resource Types - Oxycodone CodeSystem.

@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Medication/med0310> a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "med0310"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: med0310</p><p><b>contained</b>: </p><p><b>code</b>: Oral Form Oxycodone (product) <span>(Details : {SNOMED CT code '430127000' = 'Oral form oxycodone', given as 'Oral Form Oxycodone (product)'})</span></p><p><b>form</b>: Tablet dose form (qualifier value) <span>(Details : {SNOMED CT code '385055001' = 'Tablet', given as 'Tablet dose form (qualifier value)'})</span></p><h3>Ingredients</h3><table><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td>id: sub03; Oxycodone (substance) <span>(Details : {SNOMED CT code '55452001' = 'Oxycodone', given as 'Oxycodone (substance)'})</span></td><td>5 mg<span> (Details: UCUM code mg = 'mg')</span>/1 TAB<span> (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet')</span></td></tr></table></div>" ]; fhir:DomainResource.contained [ a fhir:Substance; fhir:index 0; fhir:Resource.id [ fhir:value "sub03" ]; fhir:Substance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:55452001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "55452001" ]; fhir:Coding.display [ fhir:value "Oxycodone (substance)" ] ] ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:430127000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "430127000" ]; fhir:Coding.display [ fhir:value "Oral Form Oxycodone (product)" ] ] ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:385055001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "385055001" ]; fhir:Coding.display [ fhir:value "Tablet dose form (qualifier value)" ] ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemReference [ fhir:Reference.reference [ fhir:value "#sub03" ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ]; fhir:Quantity.code [ fhir:value "TAB" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Medication/med0310.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Medication/med0310.ttl> . # -------------------------------------------------------------------------------------

Usage note: every effort has been made to ensure that This code system http://hl7.org/fhir/concept-subsumption-outcome defines the examples are correct following codes:

Code Display Definition Copy
equivalent Equivalent A equivalent to B if A subsumes B and useful, but they are not B subsumes A btn   btn
subsumes Subsumes A subsumes B if there is a normative subsumption relationship between A and B btn   btn
subsumed-by Subsumed-By A subsumed by B if B subsumes A btn   btn
not-subsumed Not-Subsumed Neither A subsumes B nor B subsumes A btn   btn

 

See the full registry of code systems defined as part of FHIR.


Explanation of the specification. columns that may appear on this page:

Level A few code lists that FHIR defines are hierarchical - each code is assigned a level. See Code System for further information.
Source The source of the definition of the code (when the value set draws in codes defined elsewhere)
Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract')
Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application
Definition An explanation of the meaning of the concept
Comments Additional notes about how to use the code