FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/medcom-core-interpretation-codes

Packagemedcom.fhir.dk.terminology
TypeCodeSystem
Idmedcom-core-interpretation-codes
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-core-interpretation-codes.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-interpretation-codes
Version2.0.0-draft
Statusactive
Date2023-10-31
NameMedComCoreInterpretationCodes
TitleMedComCoreInterpretationCodes
Realmdk
DescriptionCodeSystem with code for interpretation of an observation
Contentcomplete

Resources that use this resource

ValueSet
medcom-core-interpreation-valuesetMedComCoreInterpretationValueset

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
NI Not Interpreted

Source

{
  "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"
    }
  ]
}