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

FHIR IG Statistics: CodeSystem/MedicalTreatmentStartOf

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeCodeSystem
IdMedicalTreatmentStartOf
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-MedicalTreatmentStartOf.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/MedicalTreatmentStartOf
Version2.12.0
Statusactive
Date2022-07-06T00:00:00+02:00
NameMedicalTreatmentStartOf
TitleMedical treatment: when did the treatment begin
DescriptionMedical treatment: when did the treatment begin compared to operation/procedure
Contentcomplete

Resources that use this resource

ValueSet
MedicinalBehandlingPaabegyndtDHRMedicinal behandling - Hvornår bliver dette giver i forhold til proceduren/operatioen? [DHR]

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem MedicalTreatmentStartOf

This code system https://kip.rkkp.dk/fhir/CodeSystem/MedicalTreatmentStartOf defines the following codes:

CodeDisplayDefinition
before_operation Before operationBefore operation
after_operation After operationAfter operation
day_after_operation The day after the operationThe day after the operation
during_admission During admissionDuring admission

Source

{
  "resourceType": "CodeSystem",
  "id": "MedicalTreatmentStartOf",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/MedicalTreatmentStartOf",
  "version": "2.12.0",
  "name": "MedicalTreatmentStartOf",
  "title": "Medical treatment: when did the treatment begin",
  "status": "active",
  "date": "2022-07-06T00: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": "Medical treatment: when did the treatment begin compared to operation/procedure",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "before_operation",
      "display": "Before operation",
      "definition": "Before operation"
    },
    {
      "code": "after_operation",
      "display": "After operation",
      "definition": "After operation"
    },
    {
      "code": "day_after_operation",
      "display": "The day after the operation",
      "definition": "The day after the operation"
    },
    {
      "code": "during_admission",
      "display": "During admission",
      "definition": "During admission"
    }
  ]
}