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

FHIR IG analytics

Packagehl7.fhir.uv.admin-incubator
Resource TypeChargeItemDefinition
IdChargeItemDefinition-device.json
FHIR VersionR6

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: ChargeItemDefinition device

Language: en

url: http://sap.org/ChargeItemDefinition/device-123

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.29.2

name: CustomDevice345675

title: Financial details for custom made device (345675)

status: Active

date: 2023-02

publisher: Example Publisher

description:

Financial details for custom made device

UseContexts

-CodeValue[x]
*UsageContextType: venue (Clinical Venue)Outpatient environment
*UsageContextType: age (Age Range)>18 yrs (Details: UCUM codea = 'a')

jurisdiction: World

instance: Device/example

applicability

Conditions

-DescriptionLanguageExpression
*Verify ChargeItem pertains to Device 12345text/fhirpath%context.service.suppliedItem.reference='Device/12345'

propertyGroup

priceComponent

type: base price

code: Verkaufspreis (netto)

Amounts

-ValueCurrency
*67.44Euro

propertyGroup

Exception Generating Narrative: Unable to resolve content reference http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition#ChargeItemDefinition.applicability trying to resolve ChargeItemDefinition.propertyGroup.applicability


Source1

{
  "resourceType": "ChargeItemDefinition",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition|0.1.0",
  "id": "device",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://sap.org/ChargeItemDefinition/device-123",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.29.2"
    }
  ],
  "name": "CustomDevice345675",
  "title": "Financial details for custom made device (345675)",
  "status": "active",
  "date": "2023-02",
  "publisher": "Example Publisher",
  "description": "Financial details for custom made device",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "venue"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "440655000",
            "display": "Outpatient environment"
          }
        ]
      }
    },
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "age"
      },
      "valueQuantity": {
        "value": 18,
        "comparator": ">",
        "unit": "yrs",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "instance": [
    {
      "reference": "Device/example"
    }
  ],
  "applicability": [
    {
      "condition": {
        "description": "Verify ChargeItem pertains to Device 12345",
        "language": "text/fhirpath",
        "expression": "%context.service.suppliedItem.reference='Device/12345'"
      }
    }
  ],
  "propertyGroup": [
    {
      "priceComponent": [
        {
          "type": "base",
          "code": {
            "coding": [
              {
                "system": "http://fhir.de/CodeSystem/billing-attributes",
                "code": "VK",
                "display": "Verkaufspreis (netto)"
              }
            ]
          },
          "amount": {
            "value": 67.44,
            "currency": "EUR"
          }
        }
      ]
    },
    {
      "applicability": [
        {
          "condition": {
            "description": "Gültigkeit Steuersatz",
            "language": "text/fhirpath",
            "expression": "%context.occurenceDateTime > '2018-04-01'"
          }
        }
      ],
      "priceComponent": [
        {
          "type": "tax",
          "code": {
            "coding": [
              {
                "system": "http://fhir.de/CodeSystem/billing-attributes",
                "code": "MWST",
                "display": "Mehrwersteuersatz"
              }
            ]
          },
          "factor": 1.19
        }
      ]
    },
    {
      "applicability": [
        {
          "condition": {
            "description": "Gültigkeit Steuersatz",
            "language": "text/fhirpath",
            "expression": "%context.occurenceDateTime <= '2018-04-01'"
          }
        }
      ],
      "priceComponent": [
        {
          "type": "tax",
          "code": {
            "coding": [
              {
                "system": "http://fhir.de/CodeSystem/billing-attributes",
                "code": "MWST",
                "display": "Mehrwersteuersatz"
              }
            ]
          },
          "factor": 1.07
        }
      ]
    }
  ]
}