FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedcom.fhir.dk.terminology
Resource TypeCodeSystem
IdCodeSystem-medcom-core-encounter-act-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-core-encounter-act-codes.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes
Version1.8.1
Statusactive
Date2025-09-22
NameMedComCoreEncounterActCodes
TitleMedComCoreEncounterActCodes
Realmdk
DescriptionCodeSystem with code for classification of an encounter.
Contentcomplete

Resources that use this resource

ValueSet
medcom-core-encounter-classMedComCoreEncounterClassCodes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem medcom-core-encounter-act-codes

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
statusstatushttp://hl7.org/fhir/concept-properties#statuscodeA property that indicates the status of the concept. One of active, experimental, deprecated, or retired.
effectiveDateeffectiveDatehttp://hl7.org/fhir/concept-properties#effectiveDatedateTimeThe date at which the concept status was last changed.

Concepts

This case-insensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes defines the following code:

CodeDisplaystatuseffectiveDate
other Other encounter classactive2022-10-05

Source1

{
  "resourceType": "CodeSystem",
  "id": "medcom-core-encounter-act-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes",
  "version": "1.8.1",
  "name": "MedComCoreEncounterActCodes",
  "title": "MedComCoreEncounterActCodes",
  "status": "active",
  "experimental": false,
  "date": "2025-09-22",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "CodeSystem with code for classification of an encounter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 1,
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired.",
      "type": "code"
    },
    {
      "code": "effectiveDate",
      "uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
      "description": "The date at which the concept status was last changed.",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "other",
      "display": "Other encounter class",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2022-10-05"
        }
      ]
    }
  ]
}