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

FHIR IG analytics

Packagehl7.fhir.uv.phr.r4
Resource TypeStructureDefinition
IdStructureDefinition-FinancialReceipt.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: StructureDefinition FinancialReceipt

NameFlagsCard.TypeDescription & Constraintsdoco
.. FinancialReceipt 0..*BaseFinancial Receipt
... subject 1..1Reference()The patient or person that purchased the item
... date 1..1dateTimeThe date that the item was purchased
... amount 1..1MoneyThe amount that the item cost

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "FinancialReceipt",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phr/StructureDefinition/FinancialReceipt",
  "version": "1.0.0-ballot2",
  "name": "FinancialReceipt",
  "title": "Financial Receipt",
  "status": "active",
  "experimental": true,
  "date": "2025-04-03T14:45:25+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description": "Financial receipt for over-the-counter (OTC) purchases.  Based off the Claim resource.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/uv/phr/StructureDefinition/FinancialReceipt",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "FinancialReceipt",
        "path": "FinancialReceipt",
        "short": "Financial Receipt",
        "definition": "Financial receipt for over-the-counter (OTC) purchases.  Based off the Claim resource.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "FinancialReceipt.subject",
        "path": "FinancialReceipt.subject",
        "short": "The patient or person that purchased the item",
        "definition": "The patient or person that purchased the item",
        "min": 1,
        "max": "1",
        "base": {
          "path": "FinancialReceipt.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "FinancialReceipt.date",
        "path": "FinancialReceipt.date",
        "short": "The date that the item was purchased",
        "definition": "The date that the item was purchased",
        "min": 1,
        "max": "1",
        "base": {
          "path": "FinancialReceipt.date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "FinancialReceipt.amount",
        "path": "FinancialReceipt.amount",
        "short": "The amount that the item cost",
        "definition": "The amount that the item cost",
        "min": 1,
        "max": "1",
        "base": {
          "path": "FinancialReceipt.amount",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Money"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "FinancialReceipt",
        "path": "FinancialReceipt",
        "short": "Financial Receipt",
        "definition": "Financial receipt for over-the-counter (OTC) purchases.  Based off the Claim resource."
      },
      {
        "id": "FinancialReceipt.subject",
        "path": "FinancialReceipt.subject",
        "short": "The patient or person that purchased the item",
        "definition": "The patient or person that purchased the item",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "FinancialReceipt.date",
        "path": "FinancialReceipt.date",
        "short": "The date that the item was purchased",
        "definition": "The date that the item was purchased",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "FinancialReceipt.amount",
        "path": "FinancialReceipt.amount",
        "short": "The amount that the item cost",
        "definition": "The amount that the item cost",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      }
    ]
  }
}