Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedExample1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication> ] )
] ; #
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: Medication MedExample1</b></p><a name=\"MedExample1\"> </a><a name=\"hcMedExample1\"> </a><a name=\"MedExample1-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ipa-medication.html\">IPA-Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/ndc 16590-619-30}\">PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 82063}\">oxyCODONE hydrochloride</span></p><p><b>strength</b>: 5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 161}\">Acetaminophen</span></p><p><b>strength</b>: 325 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>658484</td><td>2020-07-31</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16590-619-30" ] ;
fhir:display [ fhir:v "PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)" ] ] )
] ; #
fhir:form [
( fhir:coding [
a sct:385055001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385055001" ] ;
fhir:display [ fhir:v "Tablet" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82063" ] ;
fhir:display [ fhir:v "oxyCODONE hydrochloride" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ] ] ]
] [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161" ] ;
fhir:display [ fhir:v "Acetaminophen" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "325"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ] ] ]
] ) ; #
fhir:batch [
fhir:lotNumber [ fhir:v "658484" ] ;
fhir:expirationDate [ fhir:v "2020-07-31"^^xsd:date ]
] . #
IG © 2022+ HL7 International / Patient Care. Package hl7.fhir.uv.ipa#1.1.0 based on FHIR 4.0.1. Generated 2025-03-19
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change