This page is part of the International Patient Summary Implementation Guide (v1.1.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Medicine Route of Administration - IPS - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "medicine-route-of-administration",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <code>http://standardterms.edqm.eu</code> where status = Current, class = ROA and domain = Human and Veterinary</li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips"
}
]
}
}
],
"url" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration",
"identifier" : [
{
"use" : "official",
"system" : "http://art-decor.org/ns/oids/vs",
"value" : "2.16.840.1.113883.11.22.33"
}
],
"version" : "1.1.0",
"name" : "MedicineRouteOfAdministrationUvIps",
"title" : "Medicine Route of Administration - IPS",
"status" : "active",
"experimental" : false,
"date" : "2022-11-22T03:32:52+00:00",
"publisher" : "Health Level Seven International - Patient Care Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description" : "EDQM (European Directorate for the Quality of Medicines and Healthcare) Route of Administration codes. This Value Set includes all the EDQM Standard Terms having: \n[Concept Status] = ‘Current’ AND \n[Concept Class] = 'ROA' AND \n[Domain] = 'Human and Veterinary' \n\nROA = 'Route of administration'",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"immutable" : false,
"copyright" : "This artifact includes content from EDQM Standard Terms. EDQM Standard Terms are copyright European Directorate for the Quality of Medicines. Terms & Conditions in https://www.edqm.eu/en/standard-terms-database",
"compose" : {
"include" : [
{
"system" : "http://standardterms.edqm.eu",
"filter" : [
{
"property" : "status",
"op" : "=",
"value" : "Current"
},
{
"property" : "class",
"op" : "=",
"value" : "ROA"
},
{
"property" : "domain",
"op" : "=",
"value" : "Human and Veterinary"
}
]
}
]
}
}