FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | ValueSet |
| Id | ValueSet-mni-identifierType.json |
| FHIR Version | R4 |
| Source | https://doc.mednet.swiss/fhir/ValueSet-mni-identifierType.html |
| URL | https://mednet.swiss/fhir/ValueSet/mni-identifierType |
| Version | 0.20.0 |
| Status | active |
| Date | 2025-12-19T00:00:00+00:00 |
| Name | MNIIdentifierType |
| Title | MedNet Interface (MNI) - IdentifierTypes ValueSet |
| Realm | ch |
| Description | MedNet Interface (MNI) - IdentifierTypes ValueSet |
| Copyright | novcom AG |
No resources found
| CodeSystem | |
| mni-identifierType | MedNet Interface (MNI) - IdentifierType CodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet mni-identifierType
https://mednet.swiss/fhir/CodeSystem/mni-identifierType version 📦0.20.0| Code | Display | Definition |
| accident-id | accident identifier | The identifier is linked to an accident |
| disability-id | disability identifier | The identifier is linked to an disability |
| militaryIncident-id | military incident identifier | The identifier is linked to an military incident |
{
"resourceType": "ValueSet",
"id": "mni-identifierType",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://mednet.swiss/fhir/ValueSet/mni-identifierType",
"version": "0.20.0",
"name": "MNIIdentifierType",
"title": "MedNet Interface (MNI) - IdentifierTypes ValueSet",
"status": "active",
"experimental": false,
"date": "2025-12-19T00:00:00+00:00",
"publisher": "novcom AG",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://mednet.swiss"
}
]
}
],
"description": "MedNet Interface (MNI) - IdentifierTypes ValueSet",
"copyright": "novcom AG",
"compose": {
"include": [
{
"system": "https://mednet.swiss/fhir/CodeSystem/mni-identifierType",
"concept": [
{
"code": "accident-id",
"display": "accident identifier"
},
{
"code": "disability-id",
"display": "disability identifier"
},
{
"code": "militaryIncident-id",
"display": "military incident identifier"
}
]
}
]
}
}