{ "description": "A logical model describing the information that should be captured by PAS implementers about every PAS invocation to support measures evaluating PAS implementation", "_filename": "StructureDefinition-PASMetricData.json", "package_name": "hl7.fhir.us.davinci-pas", "date": "2024-09-26T18:54:51-04:00", "derivation": "specialization", "publisher": "HL7 International / Financial Management", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166", "display": "United States of America" } ] } ], "name": "PASMetricData", "abstract": false, "type": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/PASMetricData", "experimental": "false", "resourceType": "StructureDefinition", "title": "PAS Metric Data", "package_version": "2.1.0-preview", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "informative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fm" } ], "snapshot": { "element": [ { "id": "PASMetricData", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Base" }, "path": "PASMetricData", "short": "PAS Metric Data", "definition": "A logical model describing the information that should be captured by PAS implementers about every PAS invocation to support measures evaluating PAS implementation", "isModifier": false }, { "path": "PASMetricData.source", "min": 1, "definition": "A code to indicate which type of system collected the metric data.", "short": "provider | intermediary | payer", "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/us/davinci-pas/ValueSet/MetricDataSource" }, "max": "1", "id": "PASMetricData.source", "base": { "max": "1", "min": 1, "path": "PASMetricData.source" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId", "min": 1, "definition": "The NPI number of the user who initiated the PAS request.", "short": "User invoking hook", "type": [ { "code": "Identifier" } ], "max": "1", "id": "PASMetricData.providerId", "base": { "max": "1", "min": 1, "path": "PASMetricData.providerId" } }, { "path": "PASMetricData.providerId.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.providerId.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.providerId.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.providerId.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId.use", "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", "min": 0, "definition": "The purpose of this identifier.", "isModifier": true, "short": "usual | official | temp | secondary | old (If known)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierUse" } ], "description": "Identifies the purpose for this identifier, if known ." }, "max": "1", "id": "PASMetricData.providerId.use", "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", "base": { "max": "1", "min": 0, "path": "Identifier.use" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId.type", "requirements": "Allows users to make use of identifiers when the identifier system is not known.", "min": 0, "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", "isModifier": false, "short": "Description of identifier", "mapping": [ { "map": "CX.5", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierType" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." }, "max": "1", "id": "PASMetricData.providerId.type", "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", "base": { "max": "1", "min": 0, "path": "Identifier.type" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId.system", "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", "min": 0, "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", "isModifier": false, "short": "The namespace for the identifier value", "mapping": [ { "map": "CX.4 / EI-2-4", "identity": "v2" }, { "map": "II.root or Role.id.root", "identity": "rim" }, { "map": "./IdentifierType", "identity": "servd" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "PASMetricData.providerId.system", "comment": "Identifier.system is always case sensitive.", "example": [ { "label": "General", "valueUri": "http://www.acme.com/identifiers/patient" } ], "base": { "max": "1", "min": 0, "path": "Identifier.system" }, "patternUri": "http://hl7.org/fhir/sid/us-npi", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId.value", "min": 1, "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", "isModifier": false, "short": "The value that is unique", "mapping": [ { "map": "CX.1 / EI.1", "identity": "v2" }, { "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PASMetricData.providerId.value", "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", "example": [ { "label": "General", "valueString": "123456" } ], "base": { "max": "1", "min": 0, "path": "Identifier.value" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId.period", "min": 0, "definition": "Time period during which identifier is/was valid for use.", "isModifier": false, "short": "Time period when id is/was valid for use", "mapping": [ { "map": "CX.7 + CX.8", "identity": "v2" }, { "map": "Role.effectiveTime or implied by context", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PASMetricData.providerId.period", "base": { "max": "1", "min": 0, "path": "Identifier.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.providerId.assigner", "min": 0, "definition": "Organization that issued/manages the identifier.", "isModifier": false, "short": "Organization that issued id (may be just text)", "mapping": [ { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, { "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", "identity": "rim" }, { "map": "./IdentifierIssuingAuthority", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "max": "1", "id": "PASMetricData.providerId.assigner", "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", "base": { "max": "1", "min": 0, "path": "Identifier.assigner" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId", "min": 1, "definition": "The NPI of the hospital/clinic/other organization that initiated the PAS request.", "short": "Healthcare org of user", "type": [ { "code": "Identifier" } ], "max": "1", "id": "PASMetricData.groupId", "base": { "max": "1", "min": 1, "path": "PASMetricData.groupId" } }, { "path": "PASMetricData.groupId.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.groupId.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.groupId.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.groupId.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId.use", "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", "min": 0, "definition": "The purpose of this identifier.", "isModifier": true, "short": "usual | official | temp | secondary | old (If known)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierUse" } ], "description": "Identifies the purpose for this identifier, if known ." }, "max": "1", "id": "PASMetricData.groupId.use", "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", "base": { "max": "1", "min": 0, "path": "Identifier.use" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId.type", "requirements": "Allows users to make use of identifiers when the identifier system is not known.", "min": 0, "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", "isModifier": false, "short": "Description of identifier", "mapping": [ { "map": "CX.5", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierType" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." }, "max": "1", "id": "PASMetricData.groupId.type", "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", "base": { "max": "1", "min": 0, "path": "Identifier.type" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId.system", "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", "min": 0, "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", "isModifier": false, "short": "The namespace for the identifier value", "mapping": [ { "map": "CX.4 / EI-2-4", "identity": "v2" }, { "map": "II.root or Role.id.root", "identity": "rim" }, { "map": "./IdentifierType", "identity": "servd" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "PASMetricData.groupId.system", "comment": "Identifier.system is always case sensitive.", "example": [ { "label": "General", "valueUri": "http://www.acme.com/identifiers/patient" } ], "base": { "max": "1", "min": 0, "path": "Identifier.system" }, "patternUri": "http://hl7.org/fhir/sid/us-npi", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId.value", "min": 1, "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", "isModifier": false, "short": "The value that is unique", "mapping": [ { "map": "CX.1 / EI.1", "identity": "v2" }, { "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PASMetricData.groupId.value", "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", "example": [ { "label": "General", "valueString": "123456" } ], "base": { "max": "1", "min": 0, "path": "Identifier.value" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId.period", "min": 0, "definition": "Time period during which identifier is/was valid for use.", "isModifier": false, "short": "Time period when id is/was valid for use", "mapping": [ { "map": "CX.7 + CX.8", "identity": "v2" }, { "map": "Role.effectiveTime or implied by context", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PASMetricData.groupId.period", "base": { "max": "1", "min": 0, "path": "Identifier.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.groupId.assigner", "min": 0, "definition": "Organization that issued/manages the identifier.", "isModifier": false, "short": "Organization that issued id (may be just text)", "mapping": [ { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, { "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", "identity": "rim" }, { "map": "./IdentifierIssuingAuthority", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "max": "1", "id": "PASMetricData.groupId.assigner", "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", "base": { "max": "1", "min": 0, "path": "Identifier.assigner" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId", "min": 1, "definition": "The identifier of the payer organization to whom the PAS call was made.", "short": "Payer receiving hook", "type": [ { "code": "Identifier" } ], "max": "1", "id": "PASMetricData.payerId", "base": { "max": "1", "min": 1, "path": "PASMetricData.payerId" } }, { "path": "PASMetricData.payerId.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.payerId.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.payerId.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.payerId.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId.use", "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", "min": 0, "definition": "The purpose of this identifier.", "isModifier": true, "short": "usual | official | temp | secondary | old (If known)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierUse" } ], "description": "Identifies the purpose for this identifier, if known ." }, "max": "1", "id": "PASMetricData.payerId.use", "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", "base": { "max": "1", "min": 0, "path": "Identifier.use" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId.type", "requirements": "Allows users to make use of identifiers when the identifier system is not known.", "min": 0, "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", "isModifier": false, "short": "Description of identifier", "mapping": [ { "map": "CX.5", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierType" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." }, "max": "1", "id": "PASMetricData.payerId.type", "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", "base": { "max": "1", "min": 0, "path": "Identifier.type" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId.system", "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", "min": 1, "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", "isModifier": false, "short": "The namespace for the identifier value", "mapping": [ { "map": "CX.4 / EI-2-4", "identity": "v2" }, { "map": "II.root or Role.id.root", "identity": "rim" }, { "map": "./IdentifierType", "identity": "servd" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "PASMetricData.payerId.system", "comment": "Identifier.system is always case sensitive.", "example": [ { "label": "General", "valueUri": "http://www.acme.com/identifiers/patient" } ], "base": { "max": "1", "min": 0, "path": "Identifier.system" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId.value", "min": 1, "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", "isModifier": false, "short": "The value that is unique", "mapping": [ { "map": "CX.1 / EI.1", "identity": "v2" }, { "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PASMetricData.payerId.value", "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", "example": [ { "label": "General", "valueString": "123456" } ], "base": { "max": "1", "min": 0, "path": "Identifier.value" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId.period", "min": 0, "definition": "Time period during which identifier is/was valid for use.", "isModifier": false, "short": "Time period when id is/was valid for use", "mapping": [ { "map": "CX.7 + CX.8", "identity": "v2" }, { "map": "Role.effectiveTime or implied by context", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PASMetricData.payerId.period", "base": { "max": "1", "min": 0, "path": "Identifier.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.payerId.assigner", "min": 0, "definition": "Organization that issued/manages the identifier.", "isModifier": false, "short": "Organization that issued id (may be just text)", "mapping": [ { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, { "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", "identity": "rim" }, { "map": "./IdentifierIssuingAuthority", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "max": "1", "id": "PASMetricData.payerId.assigner", "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", "base": { "max": "1", "min": 0, "path": "Identifier.assigner" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.exchange", "min": 1, "definition": "Exchanges between providers, intermediares, and payers to support prior authorization.", "short": "Prior Authorization Exchanges", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PASMetricData.exchange", "base": { "max": "*", "min": 1, "path": "PASMetricData.exchange" } }, { "path": "PASMetricData.exchange.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.exchange.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.exchange.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.exchange.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.exchange.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PASMetricData.exchange.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "id": "PASMetricData.exchange.type", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.exchange.type" }, "path": "PASMetricData.exchange.type", "type": [ { "code": "code" } ], "short": "initial | subsequent | cancel | update | query | initialDocToPayer", "definition": "A code indicating the type of exchange" }, { "id": "PASMetricData.exchange.with", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.exchange.with" }, "path": "PASMetricData.exchange.with", "type": [ { "code": "code" } ], "short": "provider | intermediary | payer", "definition": "The destination for the exchange" }, { "id": "PASMetricData.exchange.method", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.exchange.method" }, "path": "PASMetricData.exchange.method", "type": [ { "code": "code" } ], "short": "x12 | restful | ihe | direct | other", "definition": "Exchange standard used for this specific exchange. Note: RESTful is the default for any Provider to Intermediary exchange, X12 is the defalt for any exchange between the intermediary and the payer for the X12 278, the exchange of the PAS bundle between the intermediary and the payer may be any of the methods included in the value set." }, { "id": "PASMetricData.exchange.requestTime", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.exchange.requestTime" }, "path": "PASMetricData.exchange.requestTime", "type": [ { "code": "instant" } ], "short": "Time exchange initiated", "definition": "For providers, the request was made. For payers, the time the request was received. For intermediaries time the request was received from the provider or time the request was sent to the payer." }, { "id": "PASMetricData.exchange.responseTime", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.exchange.responseTime" }, "path": "PASMetricData.exchange.responseTime", "type": [ { "code": "instant" } ], "short": "Time of exchange response", "definition": "For providers, the response was received. For payers, the time the response was sent. For intermediaries time the response was sent to the provider or time the response was received from the payer." }, { "id": "PASMetricData.exchange.httpResponse", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.exchange.httpResponse" }, "path": "PASMetricData.exchange.httpResponse", "type": [ { "code": "code" } ], "short": "e.g. 200", "definition": "What HTTP response code was returned for the exchange invocation." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.issue", "min": 0, "definition": "In the event of an HTTP error, if an OperationOutcome was returned, what were the issues.", "short": "OperationOutcome info", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PASMetricData.issue", "base": { "max": "*", "min": 0, "path": "PASMetricData.issue" } }, { "path": "PASMetricData.issue.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.issue.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.issue.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.issue.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.issue.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PASMetricData.issue.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "path": "PASMetricData.issue.code", "min": 1, "definition": "The issue.code value from the OperationOutcome for this issue.", "short": "Error code", "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/issue-type" }, "max": "1", "id": "PASMetricData.issue.code", "base": { "max": "1", "min": 1, "path": "PASMetricData.issue.code" } }, { "path": "PASMetricData.issue.details", "min": 0, "definition": "The issue.details value from the OperationOutcome for this issue.", "short": "More detailed error code", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/operation-outcome" }, "max": "1", "id": "PASMetricData.issue.details", "base": { "max": "1", "min": 0, "path": "PASMetricData.issue.details" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.aaaCodes", "min": 0, "definition": "Any AAA codes returned during the exchange.", "short": "AAA codes returned", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PASMetricData.aaaCodes", "base": { "max": "*", "min": 0, "path": "PASMetricData.aaaCodes" } }, { "path": "PASMetricData.aaaCodes.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.aaaCodes.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.aaaCodes.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.aaaCodes.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.aaaCodes.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PASMetricData.aaaCodes.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "id": "PASMetricData.aaaCodes.loopID", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.aaaCodes.loopID" }, "path": "PASMetricData.aaaCodes.loopID", "type": [ { "code": "code" } ], "short": "see X12 loop IDs", "definition": "X12 loop ID." }, { "id": "PASMetricData.aaaCodes.aaaCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.aaaCodes.aaaCode" }, "path": "PASMetricData.aaaCodes.aaaCode", "type": [ { "code": "code" } ], "short": "approved | modified | denied", "definition": "AAA code returned with response." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.itemDetail", "min": 0, "definition": "Service level detail. One interation of the backbone for each service item in the PA exchange.", "short": "Service level item detail", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PASMetricData.itemDetail", "base": { "max": "*", "min": 0, "path": "PASMetricData.itemDetail" } }, { "path": "PASMetricData.itemDetail.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.itemDetail.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.itemDetail.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.itemDetail.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.itemDetail.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PASMetricData.itemDetail.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "id": "PASMetricData.itemDetail.trn", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.trn" }, "path": "PASMetricData.itemDetail.trn", "type": [ { "code": "integer" } ], "short": "Service Level TRN", "definition": "Service level TRN assigned by the payer if a questionnaire is required." }, { "id": "PASMetricData.itemDetail.item", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.itemDetail.item" }, "path": "PASMetricData.itemDetail.item", "type": [ { "code": "CodeableConcept" } ], "short": "eg. ICD10, HCPCS, NDC", "definition": "The specific procedure, item, medication, appointment, nutrition that is the subject of the order." }, { "id": "PASMetricData.itemDetail.assertionId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.assertionId" }, "path": "PASMetricData.itemDetail.assertionId", "type": [ { "code": "string" } ], "short": "Unique ID for order item", "definition": "The unique ID for the order item returned by CRD in the coverage information." }, { "id": "PASMetricData.itemDetail.initialSubmissionTime", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.initialSubmissionTime" }, "path": "PASMetricData.itemDetail.initialSubmissionTime", "type": [ { "code": "dateTime" } ], "short": "Date/time of the initial submission of the item", "definition": "Date/time of the initial submission of the servcie item. This may be the time of the initial PA request or the time of an updated that added the service item." }, { "id": "PASMetricData.itemDetail.finalResponseTime", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.finalResponseTime" }, "path": "PASMetricData.itemDetail.finalResponseTime", "type": [ { "code": "dateTime" } ], "short": "Date/time of final result", "definition": "Date/time that the final result was returned for the specific service item." }, { "id": "PASMetricData.itemDetail.responsesRequired", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.responsesRequired" }, "path": "PASMetricData.itemDetail.responsesRequired", "type": [ { "code": "integer" } ], "short": "Number of responses", "definition": "Number of responses (initial and any with result pended) for the service item." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.itemDetail.aaaCodes", "min": 0, "definition": "Any AAA codes returned during the exchange.", "short": "AAA codes returned", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PASMetricData.itemDetail.aaaCodes", "base": { "max": "*", "min": 0, "path": "PASMetricData.itemDetail.aaaCodes" } }, { "path": "PASMetricData.itemDetail.aaaCodes.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.itemDetail.aaaCodes.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.itemDetail.aaaCodes.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.itemDetail.aaaCodes.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.itemDetail.aaaCodes.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PASMetricData.itemDetail.aaaCodes.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "id": "PASMetricData.itemDetail.aaaCodes.loopID", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.itemDetail.aaaCodes.loopID" }, "path": "PASMetricData.itemDetail.aaaCodes.loopID", "type": [ { "code": "code" } ], "short": "see X12 loop IDs", "definition": "X12 loop ID." }, { "id": "PASMetricData.itemDetail.aaaCodes.aaaCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.itemDetail.aaaCodes.aaaCode" }, "path": "PASMetricData.itemDetail.aaaCodes.aaaCode", "type": [ { "code": "code" } ], "short": "approved | modified | deined", "definition": "AAA error code returned in the response." }, { "id": "PASMetricData.itemDetail.locationType", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.locationType" }, "path": "PASMetricData.itemDetail.locationType", "type": [ { "code": "code" } ], "short": "inpatient | outpatient | home", "definition": "The site where the service will be performed." }, { "id": "PASMetricData.itemDetail.result", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.result" }, "path": "PASMetricData.itemDetail.result", "type": [ { "code": "code" } ], "short": "approved | modified | denied | pended", "definition": "Final result of the specific service item." }, { "id": "PASMetricData.itemDetail.denialReason", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.itemDetail.denialReason" }, "path": "PASMetricData.itemDetail.denialReason", "type": [ { "code": "code" } ], "short": "Denial Reason", "definition": "A code specifying the reason why the item was denied." }, { "id": "PASMetricData.supportingDoc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.supportingDoc" }, "path": "PASMetricData.supportingDoc", "type": [ { "code": "url" } ], "short": "Documentation submitted as part of PAS Bundle", "definition": "The URL of the questionnaire that was the basis for the questionnaireResponse submitted as part of the PAS bundle for the specific service item." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PASMetricData.requestedDoc", "min": 0, "definition": "Documentation requested via 278 response.", "short": "Documentation requested via 278 response", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PASMetricData.requestedDoc", "base": { "max": "*", "min": 0, "path": "PASMetricData.requestedDoc" } }, { "path": "PASMetricData.requestedDoc.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PASMetricData.requestedDoc.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.requestedDoc.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PASMetricData.requestedDoc.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PASMetricData.requestedDoc.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PASMetricData.requestedDoc.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "id": "PASMetricData.requestedDoc.docRequest", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "PASMetricData.requestedDoc.docRequest" }, "path": "PASMetricData.requestedDoc.docRequest", "type": [ { "code": "CodeableConcept" } ], "short": "Coded requests for additional documentation", "definition": "Coded requests for documentation in the 278 response. May be LOINC codes as determined by HIPAA tab or X12 codes from the PWK01 element." }, { "id": "PASMetricData.requestedDoc.timeRequested", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "PASMetricData.requestedDoc.timeRequested" }, "path": "PASMetricData.requestedDoc.timeRequested", "type": [ { "code": "dateTime" } ], "short": "Date/Time of initial request", "definition": "Date/Time of initial request for this item (may be part of the initial submission or part an update." }, { "id": "PASMetricData.requestedDoc.timeSubmitted", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.requestedDoc.timeSubmitted" }, "path": "PASMetricData.requestedDoc.timeSubmitted", "type": [ { "code": "dateTime" } ], "short": "Date/Time of final result", "definition": "Date/Time of final result for this item (may be part of the initial submission or part an update." }, { "id": "PASMetricData.requestedDoc.submissionMethod", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.requestedDoc.submissionMethod" }, "path": "PASMetricData.requestedDoc.submissionMethod", "type": [ { "code": "code" } ], "short": "CDex | portal | fax | x12 | other", "definition": "The technical method used to submit the requested additional documentation." }, { "id": "PASMetricData.exceptionSubmission", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.exceptionSubmission" }, "path": "PASMetricData.exceptionSubmission", "type": [ { "code": "boolean" } ], "short": "True if exchange is based on the exception grant", "definition": "Indicator that exchange was performed under an exception grant from the National Standard Group." }, { "id": "PASMetricData.businessLine", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PASMetricData.businessLine" }, "path": "PASMetricData.businessLine", "type": [ { "code": "CodeableConcept" } ], "short": "E.g. MedicareAdvantage", "definition": "A code that indicates which type of insurance the patient is covered by." } ] }, "status": "draft", "id": "423679f3-055b-4427-893f-46d33cbec75c", "kind": "logical", "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/PASMetricData", "version": "2.1.0-preview", "differential": { "element": [ { "id": "PASMetricData", "path": "PASMetricData", "short": "PAS Metric Data", "definition": "A logical model describing the information that should be captured by PAS implementers about every PAS invocation to support measures evaluating PAS implementation" }, { "id": "PASMetricData.source", "max": "1", "min": 1, "path": "PASMetricData.source", "type": [ { "code": "code" } ], "short": "provider | intermediary | payer", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/us/davinci-pas/ValueSet/MetricDataSource" }, "definition": "A code to indicate which type of system collected the metric data." }, { "id": "PASMetricData.providerId", "max": "1", "min": 1, "path": "PASMetricData.providerId", "type": [ { "code": "Identifier" } ], "short": "User invoking hook", "definition": "The NPI number of the user who initiated the PAS request." }, { "id": "PASMetricData.providerId.system", "path": "PASMetricData.providerId.system", "patternUri": "http://hl7.org/fhir/sid/us-npi" }, { "id": "PASMetricData.providerId.value", "min": 1, "path": "PASMetricData.providerId.value" }, { "id": "PASMetricData.groupId", "max": "1", "min": 1, "path": "PASMetricData.groupId", "type": [ { "code": "Identifier" } ], "short": "Healthcare org of user", "definition": "The NPI of the hospital/clinic/other organization that initiated the PAS request." }, { "id": "PASMetricData.groupId.system", "path": "PASMetricData.groupId.system", "patternUri": "http://hl7.org/fhir/sid/us-npi" }, { "id": "PASMetricData.groupId.value", "min": 1, "path": "PASMetricData.groupId.value" }, { "id": "PASMetricData.payerId", "max": "1", "min": 1, "path": "PASMetricData.payerId", "type": [ { "code": "Identifier" } ], "short": "Payer receiving hook", "definition": "The identifier of the payer organization to whom the PAS call was made." }, { "id": "PASMetricData.payerId.system", "min": 1, "path": "PASMetricData.payerId.system" }, { "id": "PASMetricData.payerId.value", "min": 1, "path": "PASMetricData.payerId.value" }, { "id": "PASMetricData.exchange", "max": "*", "min": 1, "path": "PASMetricData.exchange", "type": [ { "code": "BackboneElement" } ], "short": "Prior Authorization Exchanges", "definition": "Exchanges between providers, intermediares, and payers to support prior authorization." }, { "id": "PASMetricData.exchange.type", "max": "1", "min": 1, "path": "PASMetricData.exchange.type", "type": [ { "code": "code" } ], "short": "initial | subsequent | cancel | update | query | initialDocToPayer", "definition": "A code indicating the type of exchange" }, { "id": "PASMetricData.exchange.with", "max": "1", "min": 0, "path": "PASMetricData.exchange.with", "type": [ { "code": "code" } ], "short": "provider | intermediary | payer", "definition": "The destination for the exchange" }, { "id": "PASMetricData.exchange.method", "max": "1", "min": 1, "path": "PASMetricData.exchange.method", "type": [ { "code": "code" } ], "short": "x12 | restful | ihe | direct | other", "definition": "Exchange standard used for this specific exchange. Note: RESTful is the default for any Provider to Intermediary exchange, X12 is the defalt for any exchange between the intermediary and the payer for the X12 278, the exchange of the PAS bundle between the intermediary and the payer may be any of the methods included in the value set." }, { "id": "PASMetricData.exchange.requestTime", "max": "1", "min": 1, "path": "PASMetricData.exchange.requestTime", "type": [ { "code": "instant" } ], "short": "Time exchange initiated", "definition": "For providers, the request was made. For payers, the time the request was received. For intermediaries time the request was received from the provider or time the request was sent to the payer." }, { "id": "PASMetricData.exchange.responseTime", "max": "1", "min": 0, "path": "PASMetricData.exchange.responseTime", "type": [ { "code": "instant" } ], "short": "Time of exchange response", "definition": "For providers, the response was received. For payers, the time the response was sent. For intermediaries time the response was sent to the provider or time the response was received from the payer." }, { "id": "PASMetricData.exchange.httpResponse", "max": "1", "min": 1, "path": "PASMetricData.exchange.httpResponse", "type": [ { "code": "code" } ], "short": "e.g. 200", "definition": "What HTTP response code was returned for the exchange invocation." }, { "id": "PASMetricData.issue", "max": "*", "min": 0, "path": "PASMetricData.issue", "type": [ { "code": "BackboneElement" } ], "short": "OperationOutcome info", "definition": "In the event of an HTTP error, if an OperationOutcome was returned, what were the issues." }, { "id": "PASMetricData.issue.code", "max": "1", "min": 1, "path": "PASMetricData.issue.code", "type": [ { "code": "code" } ], "short": "Error code", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/issue-type" }, "definition": "The issue.code value from the OperationOutcome for this issue." }, { "id": "PASMetricData.issue.details", "max": "1", "min": 0, "path": "PASMetricData.issue.details", "type": [ { "code": "CodeableConcept" } ], "short": "More detailed error code", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/operation-outcome" }, "definition": "The issue.details value from the OperationOutcome for this issue." }, { "id": "PASMetricData.aaaCodes", "max": "*", "min": 0, "path": "PASMetricData.aaaCodes", "type": [ { "code": "BackboneElement" } ], "short": "AAA codes returned", "definition": "Any AAA codes returned during the exchange." }, { "id": "PASMetricData.aaaCodes.loopID", "max": "1", "min": 1, "path": "PASMetricData.aaaCodes.loopID", "type": [ { "code": "code" } ], "short": "see X12 loop IDs", "definition": "X12 loop ID." }, { "id": "PASMetricData.aaaCodes.aaaCode", "max": "1", "min": 1, "path": "PASMetricData.aaaCodes.aaaCode", "type": [ { "code": "code" } ], "short": "approved | modified | denied", "definition": "AAA code returned with response." }, { "id": "PASMetricData.itemDetail", "max": "*", "min": 0, "path": "PASMetricData.itemDetail", "type": [ { "code": "BackboneElement" } ], "short": "Service level item detail", "definition": "Service level detail. One interation of the backbone for each service item in the PA exchange." }, { "id": "PASMetricData.itemDetail.trn", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.trn", "type": [ { "code": "integer" } ], "short": "Service Level TRN", "definition": "Service level TRN assigned by the payer if a questionnaire is required." }, { "id": "PASMetricData.itemDetail.item", "max": "1", "min": 1, "path": "PASMetricData.itemDetail.item", "type": [ { "code": "CodeableConcept" } ], "short": "eg. ICD10, HCPCS, NDC", "definition": "The specific procedure, item, medication, appointment, nutrition that is the subject of the order." }, { "id": "PASMetricData.itemDetail.assertionId", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.assertionId", "type": [ { "code": "string" } ], "short": "Unique ID for order item", "definition": "The unique ID for the order item returned by CRD in the coverage information." }, { "id": "PASMetricData.itemDetail.initialSubmissionTime", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.initialSubmissionTime", "type": [ { "code": "dateTime" } ], "short": "Date/time of the initial submission of the item", "definition": "Date/time of the initial submission of the servcie item. This may be the time of the initial PA request or the time of an updated that added the service item." }, { "id": "PASMetricData.itemDetail.finalResponseTime", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.finalResponseTime", "type": [ { "code": "dateTime" } ], "short": "Date/time of final result", "definition": "Date/time that the final result was returned for the specific service item." }, { "id": "PASMetricData.itemDetail.responsesRequired", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.responsesRequired", "type": [ { "code": "integer" } ], "short": "Number of responses", "definition": "Number of responses (initial and any with result pended) for the service item." }, { "id": "PASMetricData.itemDetail.aaaCodes", "max": "*", "min": 0, "path": "PASMetricData.itemDetail.aaaCodes", "type": [ { "code": "BackboneElement" } ], "short": "AAA codes returned", "definition": "Any AAA codes returned during the exchange." }, { "id": "PASMetricData.itemDetail.aaaCodes.loopID", "max": "1", "min": 1, "path": "PASMetricData.itemDetail.aaaCodes.loopID", "type": [ { "code": "code" } ], "short": "see X12 loop IDs", "definition": "X12 loop ID." }, { "id": "PASMetricData.itemDetail.aaaCodes.aaaCode", "max": "1", "min": 1, "path": "PASMetricData.itemDetail.aaaCodes.aaaCode", "type": [ { "code": "code" } ], "short": "approved | modified | deined", "definition": "AAA error code returned in the response." }, { "id": "PASMetricData.itemDetail.locationType", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.locationType", "type": [ { "code": "code" } ], "short": "inpatient | outpatient | home", "definition": "The site where the service will be performed." }, { "id": "PASMetricData.itemDetail.result", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.result", "type": [ { "code": "code" } ], "short": "approved | modified | denied | pended", "definition": "Final result of the specific service item." }, { "id": "PASMetricData.itemDetail.denialReason", "max": "1", "min": 0, "path": "PASMetricData.itemDetail.denialReason", "type": [ { "code": "code" } ], "short": "Denial Reason", "definition": "A code specifying the reason why the item was denied." }, { "id": "PASMetricData.supportingDoc", "max": "1", "min": 0, "path": "PASMetricData.supportingDoc", "type": [ { "code": "url" } ], "short": "Documentation submitted as part of PAS Bundle", "definition": "The URL of the questionnaire that was the basis for the questionnaireResponse submitted as part of the PAS bundle for the specific service item." }, { "id": "PASMetricData.requestedDoc", "max": "*", "min": 0, "path": "PASMetricData.requestedDoc", "type": [ { "code": "BackboneElement" } ], "short": "Documentation requested via 278 response", "definition": "Documentation requested via 278 response." }, { "id": "PASMetricData.requestedDoc.docRequest", "max": "*", "min": 1, "path": "PASMetricData.requestedDoc.docRequest", "type": [ { "code": "CodeableConcept" } ], "short": "Coded requests for additional documentation", "definition": "Coded requests for documentation in the 278 response. May be LOINC codes as determined by HIPAA tab or X12 codes from the PWK01 element." }, { "id": "PASMetricData.requestedDoc.timeRequested", "max": "1", "min": 1, "path": "PASMetricData.requestedDoc.timeRequested", "type": [ { "code": "dateTime" } ], "short": "Date/Time of initial request", "definition": "Date/Time of initial request for this item (may be part of the initial submission or part an update." }, { "id": "PASMetricData.requestedDoc.timeSubmitted", "max": "1", "min": 0, "path": "PASMetricData.requestedDoc.timeSubmitted", "type": [ { "code": "dateTime" } ], "short": "Date/Time of final result", "definition": "Date/Time of final result for this item (may be part of the initial submission or part an update." }, { "id": "PASMetricData.requestedDoc.submissionMethod", "max": "1", "min": 0, "path": "PASMetricData.requestedDoc.submissionMethod", "type": [ { "code": "code" } ], "short": "CDex | portal | fax | x12 | other", "definition": "The technical method used to submit the requested additional documentation." }, { "id": "PASMetricData.exceptionSubmission", "max": "1", "min": 0, "path": "PASMetricData.exceptionSubmission", "type": [ { "code": "boolean" } ], "short": "True if exchange is based on the exception grant", "definition": "Indicator that exchange was performed under an exception grant from the National Standard Group." }, { "id": "PASMetricData.businessLine", "max": "1", "min": 0, "path": "PASMetricData.businessLine", "type": [ { "code": "CodeableConcept" } ], "short": "E.g. MedicareAdvantage", "definition": "A code that indicates which type of insurance the patient is covered by." } ] }, "contact": [ { "name": "HL7 International / Financial Management", "telecom": [ { "value": "http://hl7.org/Special/committees/fm", "system": "url" }, { "value": "fmlists@lists.hl7.org", "system": "email" } ] }, { "name": "Jean Duteau", "telecom": [ { "value": "mailto:jean@duteaudesign.com", "system": "email" } ] }, { "name": "HL7 International / Financial Management", "telecom": [ { "value": "http://www.hl7.org/Special/committees/fm", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" }