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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pr.r4b
Resource TypeParameters
IdParameters-ExampleDownloadRemittance.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "ExampleDownloadRemittance",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pr/StructureDefinition/downloadRemittanceParameters"
    ]
  },
  "parameter": [
    {
      "name": "RemittanceAdviceIdentifier",
      "valueString": "99999"
    },
    {
      "name": "RemittanceAdviceType",
      "valueCode": "application/EDI-X12"
    }
  ]
}