FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Claim |
| Id | Claim RUDI SQM.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Claim",
"id": "HC40-AMB.claim-rudi-sqm",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Claim_RUDI_SQM_Eng"
]
},
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "institutional",
"display": "institutional"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/1"
},
"created": "2020-02-10",
"provider": {
"reference": "Organization/1"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "routine",
"display": "routine"
}
]
},
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"identifier": {
"system": "http://hc40-er.eng.it/coverage-identifier",
"value": "id_fittizio"
}
}
}
],
"item": [
{
"sequence": 1,
"productOrService": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/claim-typology",
"code": "PST",
"display": "Prestazione"
}
]
},
"servicedDate": "2020-02-10",
"encounter": [
{
"reference": "Encounter/HC40-AMB.id"
}
]
}
]
}