Consumer Real-Time Pharmacy Benefit Check FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-rtpbc/ and changes regularly. See the Directory of published versions
: RTPBC Request Message Definition - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MessageDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "rtpbc-request"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition rtpbc-request</b></p><a name=\"rtpbc-request\"> </a><a name=\"hcrtpbc-request\"> </a><p><b>StructureDefinition Work Group</b>: phx</p><p><b>url</b>: <a href=\"MessageDefinition-rtpbc-request.html\">MessageDefinition RTPBC Request Message Definition</a></p><p><b>version</b>: 2.0.0</p><p><b>name</b>: RtpbcRequest</p><p><b>title</b>: RTPBC Request Message Definition</p><p><b>status</b>: Active</p><p><b>experimental</b>: false</p><p><b>date</b>: 2020-05-23 00:00:00-0500</p><p><b>publisher</b>: HL7 International / Pharmacy</p><p><b>contact</b>: HL7 International / Pharmacy: <a href=\"http://www.hl7.org/Special/committees/medication\">http://www.hl7.org/Special/committees/medication</a>, Frank McKinney: <a href=\"mailto:fm@frankmckinney.com\">fm@frankmckinney.com</a></p><p><b>description</b>: </p><div><p>Request for patient cost and coverage information for a prescribed medication</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>purpose</b>: </p><div><p>Requests patient cost and coverage information for a prescribed medication</p>\n</div><p><b>event</b>: <a href=\"CodeSystem-rtpbc-event-type.html#rtpbc-event-type-rtpbc-request\">RTPBC Event Type Code System rtpbc-request</a>: RTPBC Request</p><p><b>category</b>: Notification</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Claim</td><td><a href=\"StructureDefinition-rtpbc-request-claim.html\">RTPBC Request Using Claim</a></td><td>1</td><td>1</td></tr></table><h3>AllowedResponses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Message</b></td><td><b>Situation</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MessageDefinition-rtpbc-response.html\">RTPBC Response Message Definition</a></td><td><div><p>Returned when processing completes without encountering a system error</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "phx" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "RtpbcRequest"] ; #
fhir:title [ fhir:v "RTPBC Request Message Definition"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-05-23T00:00:00-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Pharmacy"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Pharmacy" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ] ] )
] [
fhir:name [ fhir:v "Frank McKinney" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fm@frankmckinney.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Request for patient cost and coverage information for a prescribed medication"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:purpose [ fhir:v "Requests patient cost and coverage information for a prescribed medication"] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rtpbc-request" ]
] ; #
fhir:category [ fhir:v "notification"] ; #
fhir:focus ( [
fhir:code [ fhir:v "Claim" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim> ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
] ) ; #
fhir:allowedResponse ( [
fhir:message [
fhir:v "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response> ] ;
fhir:situation [ fhir:v "Returned when processing completes without encountering a system error" ]
] ) . #