Finance and Insurance Service (FAIS), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Finance/ and changes regularly. See the Directory of published versions
Draft as of 2024-11-22 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IHE.FAIS.Claim.Reprocess"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition IHE.FAIS.Claim.Reprocess</b></p><a name=\"IHE.FAIS.Claim.Reprocess\"> </a><a name=\"hcIHE.FAIS.Claim.Reprocess\"> </a><a name=\"IHE.FAIS.Claim.Reprocess-en-US\"> </a><p>URL: [base]/Claim/[id]/$reprocess</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>resource</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a> (<a href=\"StructureDefinition-IHE.FAIS.Claim.html\" title=\"https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Claim\">FAIS Claim Profile</a>, <a href=\"StructureDefinition-IHE.FAIS.Claim.Bundle.html\" title=\"https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Claim.Bundle\">FAIS Claim Bundle Profile</a>)</td><td/><td><div><p>A Claim resource or a Bundle with a Claim and any referenced resources.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a> (<a href=\"StructureDefinition-IHE.FAIS.ClaimResponse.html\" title=\"https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.ClaimResponse\">FAIS ClaimResponse Profile</a>, <a href=\"StructureDefinition-IHE.FAIS.ClaimResponse.Bundle.html\" title=\"https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.ClaimResponse.Bundle\">FAIS ClaimResponse Bundle Profile</a>)</td><td/><td><div><p>A ClaimResponse resource, a Bundle with a ClaimResponse and any referenced resources, or an OperationOutcome if there was an error.</p>\n</div></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://profiles.ihe.net/ITI/FAIS/OperationDefinition/IHE.FAIS.Claim.Reprocess"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.1-current"] ; #
fhir:name [ fhir:v "FAIS_Claim_Reprocess"] ; #
fhir:title [ fhir:v "FAIS Claim $reprocess"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2024-11-22T13:00:48+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] [
fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] ) ; #
fhir:description [ fhir:v "The FAIS Claim $reprocess operation to be used on a Claim instance when the Claim should be re-processed.\n\nThis is called from the Claims Requestor to the Claims Manager."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:affectsState [ fhir:v "true"^^xsd:boolean] ; #
fhir:code [ fhir:v "reprocess"] ; #
fhir:resource ( [ fhir:v "Claim"] ) ; #
fhir:system [ fhir:v "false"^^xsd:boolean] ; #
fhir:type [ fhir:v "false"^^xsd:boolean] ; #
fhir:instance [ fhir:v "true"^^xsd:boolean] ; #
fhir:parameter ( [
fhir:name [ fhir:v "resource" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "A Claim resource or a Bundle with a Claim and any referenced resources." ] ;
fhir:type [ fhir:v "Resource" ] ;
( fhir:targetProfile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Claim"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Claim> ] [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Claim.Bundle"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Claim.Bundle> ] )
] [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "A ClaimResponse resource, a Bundle with a ClaimResponse and any referenced resources, or an OperationOutcome if there was an error." ] ;
fhir:type [ fhir:v "Resource" ] ;
( fhir:targetProfile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.ClaimResponse"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.ClaimResponse> ] [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.ClaimResponse.Bundle"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.ClaimResponse.Bundle> ] )
] ) . #
IG © 2024+ IHE IT Infrastructure Technical Committee. Package ihe.iti.fais#1.0.1-current based on FHIR 4.0.1. Generated 2024-11-22
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change