FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Contract |
| Id | Contract-mni-contract-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Contract mni-contract-example1
Profile: MedNet Interface (MNI) - Contract
identifier: http://www.sanitas.com/123987456
type: Health Insurance
{
"resourceType": "Contract",
"id": "mni-contract-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-contract"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.sanitas.com",
"value": "123987456"
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contract-type",
"code": "healthinsurance",
"display": "Health Insurance"
}
]
}
}