FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.carin-rtpbc
Resource TypeClaim
IdClaim-rtpbc-claim-non-phi-1.json
FHIR VersionR4

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: Claim rtpbc-claim-non-phi-1

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

Insurances

-SequenceFocalCoverage
*1false?rref?

Items

-SequenceProductOrServiceQuantity
*1Prozac 10mg Capsule60 {Each}

Source1

{
  "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}"
      }
    }
  ]
}