FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Coverage |
| Id | Coverage-mni-coverage-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Coverage mni-coverage-example1
Profile: MedNet Interface (MNI) - Coverage
identifier: urn:oid:2.16.756.5.30.1.123.100.1.1.1/80756015090002647590
status: Active
type: Krankenversicherung (obligat.)
beneficiary: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
payor: Organization Sanitas
contract: Contract: identifier = http://www.sanitas.com#123987456; type = Health Insurance
Generated Narrative: Contract #mni-contract1
Profile: MedNet Interface (MNI) - Contract
identifier:
http://www.sanitas.com/123987456type: Health Insurance
{
"resourceType": "Coverage",
"id": "mni-coverage-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Contract",
"id": "mni-contract1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-contract"
]
},
"identifier": [
{
"system": "http://www.sanitas.com",
"value": "123987456"
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contract-type",
"code": "healthinsurance",
"display": "Health Insurance"
}
]
}
}
],
"identifier": [
{
"system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
"value": "80756015090002647590"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor",
"code": "1",
"display": "Krankenversicherung (obligat.)"
}
]
},
"beneficiary": {
"reference": "Patient/mni-patient-example1"
},
"payor": [
{
"reference": "Organization/mni-organization-example2"
}
],
"contract": [
{
"reference": "#mni-contract1"
}
]
}