FHIR IG analytics| Package | hl7.fhir.us.carin-rtpbc |
| Resource Type | Claim |
| Id | Claim-rtpbc-claim-non-phi-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Claim rtpbc-claim-non-phi-1
Language: en
Profile: RTPBC Request Using Claim - Non-PHI
identifier: rtpbc-non-phi-1
status: Active
type: Pharmacy
use: Predetermination
patient: ?rref?
created: 2025-11-01 11:20:54-0500
provider: Organization Hometown Drug
priority: Normal
prescription: MedicationRequest: status = draft; intent = proposal; reported[x] = true; medication[x] = ; authoredOn = 2025-11-01
| Sequence | Focal | Coverage |
| 1 | false | ?rref? |
| Sequence | ProductOrService | Quantity |
| 1 | Prozac 10mg Capsule | 60 {Each} |
{
"resourceType": "Claim",
"id": "rtpbc-claim-non-phi-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim-non-phi"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "rtpbc-non-phi-1"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "pharmacy",
"display": "Pharmacy"
}
]
},
"use": "predetermination",
"patient": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
},
"created": "2025-11-01T11:20:54-05:00",
"provider": {
"reference": "Organization/rtpbc-organization-03"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "normal",
"display": "Normal"
}
]
},
"prescription": {
"reference": "MedicationRequest/rtpbc-medicationrequest-non-phi-1"
},
"insurance": [
{
"sequence": 1,
"focal": false,
"coverage": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
}
}
],
"item": [
{
"sequence": 1,
"productOrService": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "205535",
"display": "fluoxetine 10 MG Oral Capsule [Prozac]"
}
],
"text": "Prozac 10mg Capsule"
},
"quantity": {
"value": 60,
"unit": "{Each}"
}
}
]
}