Example
Medication/med0321
(Turtle)
Raw
Raw
Turtle
(+
also
see
XML
Turtle/RDF
Format
Specification
)
Jump
past
Narrative
Canonical
Mapping
for
"Clinical
Impression
Status"
Generic
Formulation
-
Oral
Chemotherapy
Example
-
Capecitabine
–
includes
a
reference
to
a
substance
in
the
Ingredient
element
<?xml version="1.0" encoding="UTF-8"?>
@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 -------------------------------------------------------------------
[a fhir:Medication;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "med0321"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"med0321\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Medication "med0321" </p></div><p><b>code</b>: Capecitabine (product) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#108761006)</span></p><p><b>doseForm</b>: Tablet dose form (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385055001)</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td></tr><tr><td>*</td><td><a name=\"sub03\"> </a><blockquote><p/><p><a name=\"sub03\"> </a></p><p><b>instance</b>: false</p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Capecitabine (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386906001)</span></td></tr></table></blockquote></td></tr></table><p><b>strength</b>: 500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 385055001 = 'Tablet')</span></p></blockquote></div>"
]; #
fhir:DomainResource.contained [
a fhir:Substance;
fhir:index 0;
fhir:Resource.id [ fhir:value "sub03" ];
fhir:Substance.instance [ fhir:value "false"^^xsd:boolean ];
fhir:Substance.code [
fhir:CodeableReference.concept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:386906001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "386906001" ];
fhir:Coding.display [ fhir:value "Capecitabine (substance)" ]
]
]
]
]; #
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:108761006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "108761006" ];
fhir:Coding.display [ fhir:value "Capecitabine (product)" ]
]
]; #
fhir:Medication.doseForm [
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.item [
fhir:CodeableReference.reference [
fhir:Reference.reference [ fhir:value "#sub03" ]
]
];
fhir:Medication.ingredient.strengthRatio [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "500"^^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.unit [ fhir:value "Tablet" ];
fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ];
fhir:Quantity.code [ fhir:value "385055001" ]
]
]
]] . #
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
Mapping from
to
DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 International - Patient Care WG (
).
Canonical Mapping for "Codes that reflect the current state of a clinical impression
within its overall lifecycle."
Canonical Mapping for "Codes that reflect the current state of a clinical impression
within its overall lifecycle."
</
ConceptMap
>
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.