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

FHIR IG Statistics: ValueSet/DiagnosticReportCode

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdDiagnosticReportCode
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/DiagnosticReportCode
URLhttp://example.org/fhir/ValueSet/DiagnosticReportCode
Version1.0.0
Statusdraft
Date2024-11-28
NameDiagnosticReportCode
TitleDiagnostic Report Code Value Set
DescriptionA value set representing codes for types of diagnostic reports.

Resources that use this resource

StructureDefinition
PH_DiagnosticReportPH_DiagnosticReport

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "DiagnosticReportCode",
  "url": "http://example.org/fhir/ValueSet/DiagnosticReportCode",
  "version": "1.0.0",
  "name": "DiagnosticReportCode",
  "title": "Diagnostic Report Code Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2024-11-28",
  "publisher": "Your Organization Name",
  "description": "A value set representing codes for types of diagnostic reports.",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/CodeSystem/DiagnosticReportCodeSystem",
        "concept": [
          {
            "code": "CytologyAndChemistry",
            "display": "Cytology and Chemistry"
          },
          {
            "code": "Microbiology",
            "display": "Microbiology"
          }
        ]
      }
    ]
  }
}