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

FHIR IG Statistics: CodeSystem/ResultTest

Packagedk.kip.rkkp.fhir.ig.core
TypeCodeSystem
IdResultTest
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-ResultTest.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/ResultTest
Version2.12.0
Statusactive
Date2022-06-07T00:00:00+02:00
NameResultTest
TitleResult of test
DescriptionResult of test (for FISH, etc.)
Contentcomplete

Resources that use this resource

ValueSet
FISHResult202502Resultat af FISH 202502
ResultTestFISHResultTest_FISH

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ResultTest

This case-insensitive code system https://kip.rkkp.dk/fhir/CodeSystem/ResultTest defines the following codes:

CodeDisplayDefinition
normal NormalNormal / Normal [FISH]
changes ChangesChanges / Forandringer [FISH]

Source

{
  "resourceType": "CodeSystem",
  "id": "ResultTest",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/ResultTest",
  "version": "2.12.0",
  "name": "ResultTest",
  "title": "Result of test",
  "status": "active",
  "date": "2022-06-07T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Result of test (for FISH, etc.)",
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "normal",
      "display": "Normal",
      "definition": "Normal / Normal [FISH]"
    },
    {
      "code": "changes",
      "display": "Changes",
      "definition": "Changes / Forandringer [FISH]"
    }
  ]
}