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

FHIR IG Statistics: CodeSystem/LungLobe

Packageincisive.fhir
Resource TypeCodeSystem
IdLungLobe
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/CodeSystem/LungLobe
URLhttps://simplifier.net/INCISIVE/CodeSystem/LungLobe
Version1.0
Statusactive
Date2023-07-11
NameLobe Lung
DescriptionLobe of Lung Cancer
Contentcomplete

Resources that use this resource

ValueSet
LungComponentCodesLung Component Codes

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "LungLobe",
  "url": "https://simplifier.net/INCISIVE/CodeSystem/LungLobe",
  "version": "1.0",
  "name": "Lobe Lung",
  "status": "active",
  "date": "2023-07-11",
  "publisher": "FTSS",
  "description": "Lobe of Lung Cancer",
  "caseSensitive": false,
  "valueSet": "https://simplifier.net/INCISIVE/ValueSet/LungComponentCodes",
  "content": "complete",
  "concept": [
    {
      "code": "RUL",
      "display": "Right upper lobe"
    },
    {
      "code": "RML",
      "display": "Right middle lobe"
    },
    {
      "code": "RLL",
      "display": "Right lower lobe"
    },
    {
      "code": "LUL",
      "display": "Left upper lobe"
    },
    {
      "code": "LLL",
      "display": "Left lower lobe"
    }
  ]
}