FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/rtpbc-request

Packagehl7.fhir.us.carin-rtpbc
Resource TypeMessageDefinition
Idrtpbc-request
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/carin-rtpbc/http://hl7.org/fhir/us/carin-rtpbc/STU1/MessageDefinition-rtpbc-request.html
URLhttp://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request
Version1.0.0
Statusactive
Date2020-05-23T00:00:00-05:00
NameRtpbcRequest
TitleRTPBC Request Message Definition
Realmus
Authorityhl7
DescriptionRequest for patient cost and coverage information for a prescribed medication
PurposeRequests patient cost and coverage information for a prescribed medication

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative

id: rtpbc-request

url: http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request

version: 1.0.0

name: RtpbcRequest

title: RTPBC Request Message Definition

status: active

experimental: false

date: May 23, 2020 5:00:00 AM

publisher: HL7 International - Pharmacy

contact: HL7 International - Pharmacy: http://www.hl7.org/Special/committees/medication, Frank McKinney: frank.mckinney@pocp.com

description: Request for patient cost and coverage information for a prescribed medication

jurisdiction: United States of America

purpose: Requests patient cost and coverage information for a prescribed medication

event: RTPBC Request

category: notification

Focus

-CodeProfileMinMax
*Claimhttp://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim11

AllowedResponses

-MessageSituation
*http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-responseReturned when processing completes without encountering a system error

Source

{
  "resourceType": "MessageDefinition",
  "id": "rtpbc-request",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request",
  "version": "1.0.0",
  "name": "RtpbcRequest",
  "title": "RTPBC Request Message Definition",
  "status": "active",
  "experimental": false,
  "date": "2020-05-23T00: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"
        }
      ]
    }
  ],
  "description": "Request for patient cost and coverage information for a prescribed medication",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "purpose": "Requests patient cost and coverage information for a prescribed medication",
  "eventCoding": {
    "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type",
    "code": "rtpbc-request"
  },
  "category": "notification",
  "focus": [
    {
      "code": "Claim",
      "profile": "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim",
      "min": 1,
      "max": "1"
    }
  ],
  "allowedResponse": [
    {
      "message": "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response",
      "situation": "Returned when processing completes without encountering a system error"
    }
  ]
}