This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Specialty Rx CodeSystem - Event Type - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "specialty-rx-event-type",
"meta" : {
"lastUpdated" : "2020-06-15T00:00:00-05:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">query<a name=\"specialty-rx-event-type-query\"> </a></td><td>Query</td><td>Specialty Rx query</td></tr><tr><td style=\"white-space:nowrap\">query-response<a name=\"specialty-rx-event-type-query-response\"> </a></td><td>Query Response</td><td>Specialty Rx query response</td></tr><tr><td style=\"white-space:nowrap\">query-response-unsolicited<a name=\"specialty-rx-event-type-query-response-unsolicited\"> </a></td><td>Query Response - Unsolicited</td><td>Specialty Rx unsolicited query response</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"specialty-rx-event-type-error\"> </a></td><td>Error</td><td>Specialty Rx error</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type",
"version" : "2.0.0",
"name" : "SpecialtyRxCodeSystemEventType",
"title" : "Specialty Rx Code System - Event Type",
"status" : "active",
"experimental" : false,
"date" : "2020-06-15T00:00:00-05:00",
"publisher" : "HL7 International - Pharmacy",
"contact" : [
{
"name" : "HL7 International - Pharmacy",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/medication"
}
]
},
{
"name" : "Frank McKinney",
"telecom" : [
{
"system" : "email",
"value" : "frank.mckinney@pocp.com"
},
{
"system" : "email",
"value" : "fm@frankmckinney.com"
}
]
}
],
"description" : "This code system defines event types used in Specialty Rx message headers",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"concept" : [
{
"code" : "query",
"display" : "Query",
"definition" : "Specialty Rx query"
},
{
"code" : "query-response",
"display" : "Query Response",
"definition" : "Specialty Rx query response"
},
{
"code" : "query-response-unsolicited",
"display" : "Query Response - Unsolicited",
"definition" : "Specialty Rx unsolicited query response"
},
{
"code" : "error",
"display" : "Error",
"definition" : "Specialty Rx error"
}
]
}