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
@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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "rtpbc-bundle-request-03"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-bundle"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-bundle> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:type [ fhir:v "message"] ; # fhir:timestamp [ fhir:v "2019-11-15T13:10:13-05:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/my-app/MessageHeader/rtpbc-messageheader-request-03a"^^xsd:anyURI ; fhir:l <http://example.org/my-app/MessageHeader/rtpbc-messageheader-request-03a> ] ; ( fhir:resource <http://example.org/my-app/MessageHeader/rtpbc-messageheader-request-03a> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/my-app/Claim/rtpbc-claim-03a"^^xsd:anyURI ; fhir:l <http://example.org/my-app/Claim/rtpbc-claim-03a> ] ; ( fhir:resource <http://example.org/my-app/Claim/rtpbc-claim-03a> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/my-app/Patient/rtpbc-patient-03"^^xsd:anyURI ; fhir:l <http://example.org/my-app/Patient/rtpbc-patient-03> ] ; ( fhir:resource <http://example.org/my-app/Patient/rtpbc-patient-03> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/my-app/Coverage/rtpbc-coverage-01"^^xsd:anyURI ; fhir:l <http://example.org/my-app/Coverage/rtpbc-coverage-01> ] ; ( fhir:resource <http://example.org/my-app/Coverage/rtpbc-coverage-01> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/my-app/MedicationRequest/rtpbc-medicationrequest-03"^^xsd:anyURI ; fhir:l <http://example.org/my-app/MedicationRequest/rtpbc-medicationrequest-03> ] ; ( fhir:resource <http://example.org/my-app/MedicationRequest/rtpbc-medicationrequest-03> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/my-app/Practitioner/rtpbc-practitioner-03"^^xsd:anyURI ; fhir:l <http://example.org/my-app/Practitioner/rtpbc-practitioner-03> ] ; ( fhir:resource <http://example.org/my-app/Practitioner/rtpbc-practitioner-03> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/my-app/Organization/rtpbc-organization-03"^^xsd:anyURI ; fhir:l <http://example.org/my-app/Organization/rtpbc-organization-03> ] ; ( fhir:resource <http://example.org/my-app/Organization/rtpbc-organization-03> ) ] ) . # <http://example.org/my-app/MessageHeader/rtpbc-messageheader-request-03a> a fhir:MessageHeader ; fhir:id [ fhir:v "rtpbc-messageheader-request-03a"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-messageheader"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-messageheader> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_rtpbc-messageheader-request-03a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader rtpbc-messageheader-request-03a</b></p><a name=\"rtpbc-messageheader-request-03a\"> </a><a name=\"hcrtpbc-messageheader-request-03a\"> </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-rtpbc-request-messageheader.html\">RTPBC Request MessageHeader</a></p></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><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>MyPatientApp</td><td><a href=\"http://example.org/MyPatientApp\">http://example.org/MyPatientApp</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-rtpbc-bundle-request-03.html#http-//example.org/my-app/Claim/rtpbc-claim-03a\">Claim: identifier = rtpbc-03a; status = active; type = Pharmacy; use = predetermination; created = 2019-11-01 11:20:54-0500; priority = Normal</a></p><p><b>definition</b>: <a href=\"MessageDefinition-rtpbc-request.html\">RTPBC Request Message Definition</a></p></div>"^^rdf:XMLLiteral ] ] ; # fhir:event [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type> ] ; fhir:code [ fhir:v "rtpbc-request" ] ; fhir:display [ fhir:v "RTPBC Request" ] ] ; # fhir:source [ fhir:name [ fhir:v "MyPatientApp" ] ; fhir:endpoint [ fhir:v "http://example.org/MyPatientApp"^^xsd:anyURI ; fhir:l <http://example.org/MyPatientApp> ] ] ; # fhir:focus ( [ fhir:l <http://example.org/my-app/Claim/rtpbc-claim-03a> ; fhir:reference [ fhir:v "http://example.org/my-app/Claim/rtpbc-claim-03a" ] ] ) ; # fhir:definition [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request> ] . # <http://example.org/my-app/Claim/rtpbc-claim-03a> a fhir:Claim ; fhir:id [ fhir:v "rtpbc-claim-03a"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Claim_rtpbc-claim-03a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Claim rtpbc-claim-03a</b></p><a name=\"rtpbc-claim-03a\"> </a><a name=\"hcrtpbc-claim-03a\"> </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-rtpbc-request-claim.html\">RTPBC Request Using Claim</a></p></div><p><b>identifier</b>: rtpbc-03a</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type pharmacy}\">Pharmacy</span></p><p><b>use</b>: Predetermination</p><p><b>patient</b>: <a href=\"Patient-rtpbc-patient-03.html\">Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</a></p><p><b>created</b>: 2019-11-01 11:20:54-0500</p><p><b>provider</b>: <a href=\"Organization-rtpbc-organization-03.html\">Organization Hometown Drug</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><p><b>prescription</b>: <a href=\"MedicationRequest-rtpbc-medicationrequest-03.html\">MedicationRequest: status = draft; intent = proposal; reported[x] = true; medication[x] = fluoxetine 10 MG Oral Capsule [Prozac]; authoredOn = 2019-11-01</a></p><h3>CareTeams</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Provider</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><a href=\"Practitioner-rtpbc-practitioner-03.html\">Practitioner Johnson </a></td></tr></table><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-rtpbc-coverage-01.html\">Coverage: status = active; subscriberId = 121212; relationship = Self</a></td></tr></table><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>CareTeamSequence</b></td><td><b>ProductOrService</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>1</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 205535}\">fluoxetine 10 MG Oral Capsule [Prozac]</span></td><td>60 {Each}</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:value [ fhir:v "rtpbc-03a" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/claim-type> ] ; fhir:code [ fhir:v "pharmacy" ] ; fhir:display [ fhir:v "Pharmacy" ] ] ) ] ; # fhir:use [ fhir:v "predetermination"] ; # fhir:patient [ fhir:l fhir:Patient/rtpbc-patient-03 ; fhir:reference [ fhir:v "Patient/rtpbc-patient-03" ] ] ; # fhir:created [ fhir:v "2019-11-01T11:20:54-05:00"^^xsd:dateTime] ; # fhir:provider [ fhir:l fhir:Organization/rtpbc-organization-03 ; fhir:reference [ fhir:v "Organization/rtpbc-organization-03" ] ] ; # fhir:priority [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/processpriority> ] ; fhir:code [ fhir:v "normal" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ; # fhir:prescription [ fhir:l fhir:MedicationRequest/rtpbc-medicationrequest-03 ; fhir:reference [ fhir:v "MedicationRequest/rtpbc-medicationrequest-03" ] ] ; # fhir:careTeam ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:provider [ fhir:l fhir:Practitioner/rtpbc-practitioner-03 ; fhir:reference [ fhir:v "Practitioner/rtpbc-practitioner-03" ] ] ] ) ; # fhir:insurance ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:focal [ fhir:v true ] ; fhir:coverage [ fhir:l fhir:Coverage/rtpbc-coverage-01 ; fhir:reference [ fhir:v "Coverage/rtpbc-coverage-01" ] ] ] ) ; # fhir:item ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; ( fhir:careTeamSequence [ fhir:v "1"^^xsd:positiveInteger ] ) ; fhir:productOrService [ ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ; fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm> ] ; fhir:code [ fhir:v "205535" ] ; fhir:display [ fhir:v "fluoxetine 10 MG Oral Capsule [Prozac]" ] ] ) ] ; fhir:quantity [ fhir:value [ fhir:v "60"^^xsd:decimal ] ; fhir:unit [ fhir:v "{Each}" ] ] ] ) . # <http://example.org/my-app/Patient/rtpbc-patient-03> a fhir:Patient ; fhir:id [ fhir:v "rtpbc-patient-03"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-patient"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-patient> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_rtpbc-patient-03\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient rtpbc-patient-03</b></p><a name=\"rtpbc-patient-03\"> </a><a name=\"hcrtpbc-patient-03\"> </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-rtpbc-patient.html\">RTPBC Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">100 Oak Court Madison WI 53510 US </td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ; fhir:code [ fhir:v "PI" ] ; fhir:display [ fhir:v "Patient internal identifier" ] ] ) ; fhir:text [ fhir:v "Patient internal identifier" ] ] ; fhir:system [ fhir:v "http://example.org/MyPatientApp"^^xsd:anyURI ; fhir:l <http://example.org/MyPatientApp> ] ; fhir:value [ fhir:v "30455" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Doe" ] ; ( fhir:given [ fhir:v "Jane" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1975-12-05"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "100 Oak Court" ] ) ; fhir:city [ fhir:v "Madison" ] ; fhir:state [ fhir:v "WI" ] ; fhir:postalCode [ fhir:v "53510" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://example.org/my-app/Coverage/rtpbc-coverage-01> a fhir:Coverage ; fhir:id [ fhir:v "rtpbc-coverage-01"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_rtpbc-coverage-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage rtpbc-coverage-01</b></p><a name=\"rtpbc-coverage-01\"> </a><a name=\"hcrtpbc-coverage-01\"> </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-rtpbc-coverage.html\">RTPBC Coverage</a></p></div><p><b>status</b>: Active</p><p><b>subscriberId</b>: 121212</p><p><b>beneficiary</b>: <a href=\"Patient-rtpbc-patient-03.html\">Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>payor</b>: Identifier: Pharmacy Plans US</p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class rxbin}\">RX BIN</span></p><p><b>value</b>: BIN001</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class rxpcn}\">RX PCN</span></p><p><b>value</b>: PCN002</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class rxgroup}\">RX Group</span></p><p><b>value</b>: GROUP0001</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class rxid}\">RX Id</span></p><p><b>value</b>: MEMBER000001</p></blockquote></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:subscriberId [ fhir:v "121212"] ; # fhir:beneficiary [ fhir:l fhir:Patient/rtpbc-patient-03 ; fhir:reference [ fhir:v "Patient/rtpbc-patient-03" ] ] ; # fhir:relationship [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/subscriber-relationship> ] ; fhir:code [ fhir:v "self" ] ] ) ] ; # fhir:payor ( [ fhir:identifier [ fhir:value [ fhir:v "Pharmacy Plans US" ] ] ] ) ; # fhir:class ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class> ] ; fhir:code [ fhir:v "rxbin" ] ] ) ] ; fhir:value [ fhir:v "BIN001" ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class> ] ; fhir:code [ fhir:v "rxpcn" ] ] ) ] ; fhir:value [ fhir:v "PCN002" ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class> ] ; fhir:code [ fhir:v "rxgroup" ] ] ) ] ; fhir:value [ fhir:v "GROUP0001" ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class> ] ; fhir:code [ fhir:v "rxid" ] ] ) ] ; fhir:value [ fhir:v "MEMBER000001" ] ] ) . # <http://example.org/my-app/MedicationRequest/rtpbc-medicationrequest-03> a fhir:MedicationRequest ; fhir:id [ fhir:v "rtpbc-medicationrequest-03"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_rtpbc-medicationrequest-03\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest rtpbc-medicationrequest-03</b></p><a name=\"rtpbc-medicationrequest-03\"> </a><a name=\"hcrtpbc-medicationrequest-03\"> </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-rtpbc-medicationrequest.html\">RTPBC Medication Request</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: Proposal</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 205535}\">fluoxetine 10 MG Oral Capsule [Prozac]</span></p><p><b>subject</b>: <a href=\"Patient-rtpbc-patient-03.html\">Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</a></p><p><b>authoredOn</b>: 2019-11-01</p><p><b>requester</b>: <a href=\"Practitioner-rtpbc-practitioner-03.html\">Practitioner Johnson </a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 2 capsules once a day</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 60 {Each}</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>performer</b>: <a href=\"Organization-rtpbc-organization-03.html\">Organization Hometown Drug</a></p></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "draft"] ; # fhir:intent [ fhir:v "proposal"] ; # fhir:reported [ a fhir:Boolean ; fhir:v true ] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ; fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm> ] ; fhir:code [ fhir:v "205535" ] ; fhir:display [ fhir:v "fluoxetine 10 MG Oral Capsule [Prozac]" ] ] ) ] ; # fhir:subject [ fhir:l fhir:Patient/rtpbc-patient-03 ; fhir:reference [ fhir:v "Patient/rtpbc-patient-03" ] ] ; # fhir:authoredOn [ fhir:v "2019-11-01"^^xsd:date] ; # fhir:requester [ fhir:l fhir:Practitioner/rtpbc-practitioner-03 ; fhir:reference [ fhir:v "Practitioner/rtpbc-practitioner-03" ] ] ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "Take 2 capsules once a day" ] ] ) ; # fhir:dispenseRequest [ fhir:quantity [ fhir:value [ fhir:v "60"^^xsd:decimal ] ; fhir:unit [ fhir:v "{Each}" ] ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "30"^^xsd:decimal ] ; fhir:unit [ fhir:v "days" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "d" ] ] ; fhir:performer [ fhir:l fhir:Organization/rtpbc-organization-03 ; fhir:reference [ fhir:v "Organization/rtpbc-organization-03" ] ] ] ; # fhir:substitution [ fhir:allowed [ a fhir:Boolean ; fhir:v false ] ] . # <http://example.org/my-app/Practitioner/rtpbc-practitioner-03> a fhir:Practitioner ; fhir:id [ fhir:v "rtpbc-practitioner-03"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_rtpbc-practitioner-03\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner rtpbc-practitioner-03</b></p><a name=\"rtpbc-practitioner-03\"> </a><a name=\"hcrtpbc-practitioner-03\"> </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=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><p><b>name</b>: Johnson </p></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/us-npi> ] ; fhir:value [ fhir:v "1234567893" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Johnson" ] ] ) . # <http://example.org/my-app/Organization/rtpbc-organization-03> a fhir:Organization ; fhir:id [ fhir:v "rtpbc-organization-03"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-pharmacy-organization"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-pharmacy-organization> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_rtpbc-organization-03\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization rtpbc-organization-03</b></p><a name=\"rtpbc-organization-03\"> </a><a name=\"hcrtpbc-organization-03\"> </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-rtpbc-pharmacy-organization.html\">RTPBC Pharmacy Organization</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/9876543213</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType R}\">Retail</span></p><p><b>name</b>: Hometown Drug</p><p><b>telecom</b>: ph: 6081234567</p><p><b>address</b>: 900 9th Street Madison WI 53535 US </p></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/us-npi> ] ; fhir:value [ fhir:v "9876543213" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType> ] ; fhir:code [ fhir:v "R" ] ; fhir:display [ fhir:v "Retail" ] ] ) ] ) ; # fhir:name [ fhir:v "Hometown Drug"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "6081234567" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "900 9th Street" ] ) ; fhir:city [ fhir:v "Madison" ] ; fhir:state [ fhir:v "WI" ] ; fhir:postalCode [ fhir:v "53535" ] ; fhir:country [ fhir:v "US" ] ] ) . #
IG © 2024+ HL7 International / Pharmacy.
Package hl7.fhir.us.carin-rtpbc#2.0.0 based on FHIR 4.0.1.
Generated
2025-12-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
