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

FHIR IG Statistics: CodeSystem/sample-temp-cs

Packagefhir.paciosampledata
TypeCodeSystem
Idsample-temp-cs
FHIR VersionR4
Sourcehttp://mitre.org/paciowg/https://build.fhir.org/ig/paciowg/sample-data-fsh/CodeSystem-sample-temp-cs.html
URLhttp://mitre.org/paciowg/CodeSystem/sample-temp-cs
Version0.1.0
Statusdraft
Date2025-07-15T20:44:39+00:00
NameSampleDataTempCS
TitleConnectathon Sample Data Codes
Realmus
Authorityhl7
DescriptionCodes to be used as placeholders until they have a formal assigned code from a recognized terminology steward
CopyrightThis CodeSystem is not copyrighted.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem sample-temp-cs

This case-sensitive code system http://mitre.org/paciowg/CodeSystem/sample-temp-cs defines the following codes:

CodeDisplayDefinition
drug-therapy-problem Drug therapy problem identifiedInformation in a care plan that pertains to problems or health concerns related to a given drug therapy.
suboptimal-therapy Suboptimal therapyInformation in a care plan that pertains to problems or health concerns related to a given drug therapy.
risk-assessment Risk assessmentAssessment of risk factor identified in the medication action plan

Source

{
  "resourceType": "CodeSystem",
  "id": "sample-temp-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://mitre.org/paciowg/CodeSystem/sample-temp-cs",
  "version": "0.1.0",
  "name": "SampleDataTempCS",
  "title": "Connectathon Sample Data Codes",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-15T20:44:39+00:00",
  "publisher": "MITRE",
  "contact": [
    {
      "name": "MITRE",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.mitre.org"
        }
      ]
    },
    {
      "name": "May Terry",
      "telecom": [
        {
          "system": "email",
          "value": "mayT@mitre.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Codes to be used as placeholders until they have a formal assigned code from a recognized terminology steward",
  "copyright": "This CodeSystem is not copyrighted.",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "drug-therapy-problem",
      "display": "Drug therapy problem identified",
      "definition": "Information in a care plan that pertains to problems or health concerns related to a given drug therapy."
    },
    {
      "code": "suboptimal-therapy",
      "display": "Suboptimal therapy",
      "definition": "Information in a care plan that pertains to problems or health concerns related to a given drug therapy."
    },
    {
      "code": "risk-assessment",
      "display": "Risk assessment",
      "definition": "Assessment of risk factor identified in the medication action plan"
    }
  ]
}