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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypeClaim
IdClaim-HomecareAuthorizationExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Claim HomecareAuthorizationExample

Language: en

Profile: PAS Claim

HomeHealthCareInformation

  • prognosis: 1
  • date: 2005-05-02

identifier: http://example.org/PATIENT_EVENT_TRACE_NUMBER/111099

status: Active

type: Professional

use: Preauthorization

patient: JOE SMITH Male, DoB Unknown ( http://example.org/MIN#12345678901)

created: 2019-07-20 11:01:00+0500

insurer: Organization MARYLAND CAPITAL INSURANCE COMPANY

provider: Organization DR. JOE SMITH CORPORATION

priority: Normal

Insurances

-SequenceFocalCoverage
*1trueCoverage: status = active; subscriberId = 1122334455; relationship = Self

item

ServiceItemRequestType: Health Services Review

CertificationType: Initial

sequence: 1

category: Home Health Care

productOrService: G0154

location: Office

item

ServiceItemRequestType: Health Services Review

CertificationType: Initial

sequence: 2

category: Home Health Care

productOrService: B4184

location: Office


Source1

{
  "resourceType": "Claim",
  "id": "HomecareAuthorizationExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-claim"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "prognosis",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://codesystem.x12.org/005010/923",
                "code": "1"
              }
            ]
          }
        },
        {
          "url": "date",
          "valueDate": "2005-05-02"
        }
      ],
      "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-homeHealthCareInformation"
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/PATIENT_EVENT_TRACE_NUMBER",
      "value": "111099",
      "assigner": {
        "identifier": {
          "system": "http://example.org/USER_ASSIGNED",
          "value": "9012345678"
        }
      }
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "professional"
      }
    ]
  },
  "use": "preauthorization",
  "patient": {
    "reference": "Patient/SubscriberExample"
  },
  "created": "2019-07-20T11:01:00+05:00",
  "insurer": {
    "reference": "Organization/InsurerExample"
  },
  "provider": {
    "reference": "Organization/UMOExample"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/processpriority",
        "code": "normal"
      }
    ]
  },
  "insurance": [
    {
      "sequence": 1,
      "focal": true,
      "coverage": {
        "reference": "Coverage/InsuranceExample"
      }
    }
  ],
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceItemRequestType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://codesystem.x12.org/005010/1525",
                "code": "HS",
                "display": "Health Services Review"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-certificationType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://codesystem.x12.org/005010/1322",
                "code": "I",
                "display": "Initial"
              }
            ]
          }
        }
      ],
      "sequence": 1,
      "category": {
        "coding": [
          {
            "system": "https://codesystem.x12.org/005010/1365",
            "code": "42",
            "display": "Home Health Care"
          }
        ]
      },
      "productOrService": {
        "coding": [
          {
            "system": "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
            "code": "G0154"
          }
        ]
      },
      "locationCodeableConcept": {
        "coding": [
          {
            "system": "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set",
            "code": "11"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceItemRequestType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://codesystem.x12.org/005010/1525",
                "code": "HS",
                "display": "Health Services Review"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-certificationType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://codesystem.x12.org/005010/1322",
                "code": "I",
                "display": "Initial"
              }
            ]
          }
        }
      ],
      "sequence": 2,
      "category": {
        "coding": [
          {
            "system": "https://codesystem.x12.org/005010/1365",
            "code": "42",
            "display": "Home Health Care"
          }
        ]
      },
      "productOrService": {
        "coding": [
          {
            "system": "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
            "code": "B4184"
          }
        ]
      },
      "locationCodeableConcept": {
        "coding": [
          {
            "system": "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set",
            "code": "11"
          }
        ]
      }
    }
  ]
}