PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot3
    http://sap.org/ChargeItemDefinition/device-123
{
  "description": "Financial details for custom made device",
  "_filename": "ChargeItemDefinition-device.json",
  "package_name": "hl7.fhir.r6.examples",
  "date": "2023-02",
  "publisher": "HL7 International / Patient Administration",
  "propertyGroup": [ {
    "priceComponent": [ {
      "code": {
        "coding": [ {
          "code": "VK",
          "system": "http://fhir.de/CodeSystem/billing-attributes",
          "display": "Verkaufspreis (netto)"
        } ]
      },
      "type": "base",
      "amount": {
        "value": 67.44,
        "currency": "EUR"
      }
    } ]
  }, {
    "applicability": [ {
      "condition": {
        "language": "text/fhirpath",
        "expression": "%context.occurenceDateTime > '2018-04-01'",
        "description": "Gültigkeit Steuersatz"
      }
    } ],
    "priceComponent": [ {
      "code": {
        "coding": [ {
          "code": "MWST",
          "system": "http://fhir.de/CodeSystem/billing-attributes",
          "display": "Mehrwersteuersatz"
        } ]
      },
      "type": "tax",
      "factor": 1.19
    } ]
  }, {
    "applicability": [ {
      "condition": {
        "language": "text/fhirpath",
        "expression": "%context.occurenceDateTime <= '2018-04-01'",
        "description": "Gültigkeit Steuersatz"
      }
    } ],
    "priceComponent": [ {
      "code": {
        "coding": [ {
          "code": "MWST",
          "system": "http://fhir.de/CodeSystem/billing-attributes",
          "display": "Mehrwersteuersatz"
        } ]
      },
      "type": "tax",
      "factor": 1.07
    } ]
  } ],
  "instance": [ {
    "reference": "Device/example"
  } ],
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "CustomDevice345675",
  "useContext": [ {
    "code": {
      "code": "venue",
      "system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
    },
    "valueCodeableConcept": {
      "coding": [ {
        "code": "440655000",
        "system": "http://snomed.info/sct",
        "display": "Outpatient environment"
      } ]
    }
  }, {
    "code": {
      "code": "age",
      "system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
    },
    "valueQuantity": {
      "code": "a",
      "unit": "yrs",
      "value": 18,
      "system": "http://unitsofmeasure.org",
      "comparator": ">"
    }
  } ],
  "type": null,
  "experimental": null,
  "resourceType": "ChargeItemDefinition",
  "title": "Financial details for custom made device (345675)",
  "package_version": "6.0.0-ballot3",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pa"
  } ],
  "status": "active",
  "id": "bd1c373d-6627-4277-8374-ac26aa5d4963",
  "kind": null,
  "url": "http://sap.org/ChargeItemDefinition/device-123",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.29.2",
    "system": "urn:ietf:rfc:3986"
  } ],
  "version": null,
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pafm",
      "system": "url"
    } ]
  } ],
  "applicability": [ {
    "condition": {
      "language": "text/fhirpath",
      "expression": "%context.service.suppliedItem.reference='Device/12345'",
      "description": "Verify ChargeItem pertains to Device 12345"
    }
  } ]
}