| Package | medcom.fhir.dk.terminology |
| Resource Type | CodeSystem |
| Id | medcom-core-interpretation-codes |
| FHIR Version | R4 |
| Source | http://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-core-interpretation-codes.html |
| URL | http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-interpretation-codes |
| Version | 2.0.0-draft |
| Status | active |
| Date | 2023-10-31 |
| Name | MedComCoreInterpretationCodes |
| Title | MedComCoreInterpretationCodes |
| Realm | dk |
| Description | CodeSystem with code for interpretation of an observation |
| Content | complete |
| ValueSet | |
| medcom-core-interpreation-valueset | MedComCoreInterpretationValueset |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem medcom-core-interpretation-codes
This case-insensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-interpretation-codes defines the following code:
| Code | Display |
| NI | Not Interpreted |
{
"resourceType": "CodeSystem",
"id": "medcom-core-interpretation-codes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-interpretation-codes",
"version": "2.0.0-draft",
"name": "MedComCoreInterpretationCodes",
"title": "MedComCoreInterpretationCodes",
"status": "active",
"experimental": true,
"date": "2023-10-31",
"publisher": "MedCom",
"contact": [
{
"name": "MedCom",
"telecom": [
{
"system": "url",
"value": "http://www.medcom.dk"
}
]
}
],
"description": "CodeSystem with code for interpretation of an observation",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 1,
"concept": [
{
"code": "NI",
"display": "Not Interpreted"
}
]
}