FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Claim |
| Id | Claim-mni-claim-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Claim mni-claim-example1
Profile: MedNet Interface (MNI) - Claim
identifier: accident identifier/998756697
status: Active
type: ambulant
use: Claim
patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
created: 2025-11-27
provider: PractitionerRole
priority: Normal
| Sequence | Focal | Coverage |
| 1 | true | Coverage: identifier = urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590; status = active; type = Krankenversicherung (obligat.) |
| Date |
| 2025-11-11 |
| Sequence | Category | ProductOrService |
| 1 | TARDOC | Untersuchung: Wirbelsäule |
{
"resourceType": "Claim",
"id": "mni-claim-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-claim"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "https://mednet.swiss/fhir/CodeSystem/mni-identifierType",
"code": "accident-id",
"display": "accident identifier"
}
]
},
"system": "https://hospitalSystem.com/claimDb",
"value": "998756697"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-20-encounterclass",
"code": "1",
"display": "ambulant"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/mni-patient-example1"
},
"created": "2025-11-27",
"provider": {
"reference": "PractitionerRole/mni-practitionerRole-example1"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "normal",
"display": "Normal"
}
]
},
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"reference": "Coverage/mni-coverage-example1"
}
}
],
"accident": {
"date": "2025-11-11"
},
"item": [
{
"sequence": 1,
"category": {
"coding": [
{
"system": "http://forum-datenaustausch.ch/tariff",
"code": "007",
"display": "TARDOC"
}
]
},
"productOrService": {
"coding": [
{
"system": "http://forum-datenaustausch.ch/tariff/TMA",
"code": "AA.05.0050",
"display": "Untersuchung: Wirbelsäule"
}
]
}
}
]
}