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

FHIR IG Statistics: CodeSystem/BreastTypeOfBiopsy

Packageincisive.fhir
Resource TypeCodeSystem
IdBreastTypeOfBiopsy
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/CodeSystem/BreastTypeOfBiopsy
URLhttps://simplifier.net/INCISIVE/CodeSystem/BreastTypeOfBiopsy
Version1.0
Statusactive
Date2023-07-11
NameType of Biopsy Breast
DescriptionType of Biopsy of Breast Cancer
Contentcomplete

Resources that use this resource

ValueSet
TypeOfProcedureCodesType of Procedure Codes

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "BreastTypeOfBiopsy",
  "url": "https://simplifier.net/INCISIVE/CodeSystem/BreastTypeOfBiopsy",
  "version": "1.0",
  "name": "Type of Biopsy Breast",
  "status": "active",
  "date": "2023-07-11",
  "publisher": "FTSS",
  "description": "Type of Biopsy of Breast Cancer",
  "caseSensitive": false,
  "valueSet": "https://simplifier.net/INCISIVE/ValueSet/TypeOfProcedureCodes",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "FNAC"
    },
    {
      "code": "2",
      "display": "Core biopsy"
    },
    {
      "code": "3",
      "display": "VAB"
    }
  ]
}