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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idreason-for-investigation-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/reason-for-investigation
URLhttps://fhir.synapxe.sg/CodeSystem/reason-for-investigation
Version1.0.0
Statusactive
NameReasonForInvestigationCodeSystem
TitleReason For Investigation Code System
DescriptionCode system to represent clinical reasons for ordering investigations.
Contentcomplete

Resources that use this resource

ValueSet
synapxe.sgcdi#1.1.3reason-for-investigationReason For Investigation Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "reason-for-investigation",
  "url": "https://fhir.synapxe.sg/CodeSystem/reason-for-investigation",
  "version": "1.0.0",
  "name": "ReasonForInvestigationCodeSystem",
  "title": "Reason For Investigation Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent clinical reasons for ordering investigations.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/reason-for-investigation",
  "concept": [
    {
      "code": "screening",
      "display": "Screening"
    },
    {
      "code": "diagnostic",
      "display": "Diagnostic"
    },
    {
      "code": "monitoring",
      "display": "Monitoring"
    },
    {
      "code": "follow-up",
      "display": "Follow Up"
    },
    {
      "code": "pre-operative",
      "display": "Pre-Operative"
    }
  ]
}